mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Use LLVM 9
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: (Linux) Download LLVM
|
||||
run: sudo apt-get install llvm
|
||||
run: sudo apt-get install llvm-9 llvm-9-dev
|
||||
- name: Build
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
|
||||
Reference in New Issue
Block a user