[CI] Install gcc 11
This commit is contained in:
parent
da226bb91b
commit
a36879767f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libboost-all-dev libfmt-dev lcov
|
sudo apt-get install -y libboost-all-dev libfmt-dev lcov gcc-11 g++-11
|
||||||
|
|
||||||
- name: Run unit test
|
- name: Run unit test
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue