This commit is contained in:
Christoffer Lerno
2020-05-20 15:11:23 +02:00
parent 6790bba04f
commit 0351f23f96

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: (Linux) Download LLVM
run: sudo apt-get install llvm-9 llvm-9-dev
run: sudo apt-get install llvm
- name: Build
run: |
mkdir build && cd build