mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 18:47:54 +08:00
Remove GCC 8 from GitHub Actions
This version of GCC has been removed from the default image; see https://github.com/actions/virtual-environments/issues/2950
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
compiler: [ clang, gcc, gcc-8, gcc-9, gcc-10 ]
|
compiler: [ clang, gcc, gcc-9, gcc-10 ]
|
||||||
glib: [ enable-glib, disable-glib ]
|
glib: [ enable-glib, disable-glib ]
|
||||||
steps:
|
steps:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
|
Reference in New Issue
Block a user