use gcc-8
This commit is contained in:
parent
89ff60e941
commit
c4ced68344
1 changed files with 2 additions and 2 deletions
4
.github/workflows/code-coverage.yml
vendored
4
.github/workflows/code-coverage.yml
vendored
|
@ -14,10 +14,10 @@ jobs:
|
|||
sudo apt-get install build-essential gcc-8
|
||||
|
||||
- name: Build
|
||||
run: make -j LLAMA_CODE_COVERAGE=1 tests
|
||||
run: CC=gcc-8 make -j LLAMA_CODE_COVERAGE=1 tests
|
||||
|
||||
- name: Run tests
|
||||
run: make test
|
||||
run: CC=gcc-8 make test
|
||||
|
||||
- name: Generate coverage report
|
||||
run: make coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue