use gcc-8

This commit is contained in:
Alon Faraj 2023-08-31 12:02:03 +03:00
parent 89ff60e941
commit c4ced68344

View file

@ -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