mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +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:
parent
459516920a
commit
f265cc1e15
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
compiler: [ clang, gcc, gcc-8, gcc-9, gcc-10 ]
|
||||
compiler: [ clang, gcc, gcc-9, gcc-10 ]
|
||||
glib: [ enable-glib, disable-glib ]
|
||||
steps:
|
||||
- name: Install packages
|
||||
|
Loading…
Reference in New Issue
Block a user