mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix GitHub CI Linux builds
GitHub has removed GCC < 9 from its runners, so install GCC 8.
This commit is contained in:
@@ -115,7 +115,8 @@ jobs:
|
||||
libhttp-parser-dev \
|
||||
libicu-dev \
|
||||
libssh2-1-dev \
|
||||
libssl-dev
|
||||
libssl-dev \
|
||||
g++-8
|
||||
|
||||
- name: Run CMake
|
||||
run: |
|
||||
|
||||
@@ -80,7 +80,8 @@ jobs:
|
||||
libhttp-parser-dev \
|
||||
libicu-dev \
|
||||
libssh2-1-dev \
|
||||
libssl-dev
|
||||
libssl-dev \
|
||||
g++-8
|
||||
|
||||
- name: Run CMake
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user