Fix GitHub CI Linux builds

GitHub has removed GCC < 9 from its runners, so install GCC 8.
This commit is contained in:
Oliver Hamlet
2021-04-03 13:24:39 +01:00
parent cd978bb215
commit 41303b40ab
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -115,7 +115,8 @@ jobs:
libhttp-parser-dev \
libicu-dev \
libssh2-1-dev \
libssl-dev
libssl-dev \
g++-8
- name: Run CMake
run: |
+2 -1
View File
@@ -80,7 +80,8 @@ jobs:
libhttp-parser-dev \
libicu-dev \
libssh2-1-dev \
libssl-dev
libssl-dev \
g++-8
- name: Run CMake
run: |