CI/GitHub: Install GCC 8 (#26341)

(cherry picked from commit 39bd263c72)
This commit is contained in:
Giacomo Pozzoni
2021-04-03 21:27:06 +02:00
committed by Shauren
parent 05e681c9e8
commit 2e70d6b45f

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- name: Dependencies
run: |
sudo apt-get update && sudo apt-get install -yq libboost-all-dev
sudo apt-get update && sudo apt-get install -yq libboost-all-dev g++-8
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 100 --slave /usr/bin/g++ g++ /usr/bin/g++-8
- name: Setup
run: |