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