CI/GitHub: Switch to GCC 8 (#25610)

* CI/GitHub: Switch to GCC 8

Build on GitHub Actions using GCC 8 as it's the oldest supported GCC

* Core/Misc: Attempt to fix GCC 8 build

(cherry picked from commit d7459cccedc7ca9ba85e209dfeef61969fc78d9a)
This commit is contained in:
Giacomo Pozzoni
2022-02-28 23:13:59 +01:00
committed by Shauren
parent 2134546253
commit b7a3124156
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ jobs:
- name: Dependencies
run: |
sudo apt-get update && sudo apt-get install -yq libboost-all-dev
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: |
mkdir bin