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