Updated main.yml

This commit is contained in:
Christoffer Lerno
2020-05-20 15:06:49 +02:00
parent 34cf3a362d
commit 6790bba04f

View File

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