[CI] Install gcc 11

This commit is contained in:
jgromes 2025-02-07 21:50:44 +01:00
parent da226bb91b
commit a36879767f

View file

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