diff options
-rw-r--r-- | .github/workflows/gcc-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gcc-build.yml b/.github/workflows/gcc-build.yml index 555f70bf8cb..4438a1ae89e 100644 --- a/.github/workflows/gcc-build.yml +++ b/.github/workflows/gcc-build.yml @@ -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: | |