mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Install matching llvm to use clang++-10
This commit is contained in:
parent
9095fc4b83
commit
fda4560edd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: install
|
||||
run: |
|
||||
sudo apt install llvm
|
||||
sudo apt install llvm-10
|
||||
- name: make coverage
|
||||
run: |
|
||||
CXX=clang++-10 make -j2 config=coverage native=1 coverage
|
||||
|
|
Loading…
Add table
Reference in a new issue