mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
GitHub Actions: Enable fail-fast for macOS iODBC builds
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -79,6 +79,7 @@ jobs:
|
|||||||
macos-iodbc:
|
macos-iodbc:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
compiler: [ clang, gcc ]
|
compiler: [ clang, gcc ]
|
||||||
glib: [ enable-glib, disable-glib ]
|
glib: [ enable-glib, disable-glib ]
|
||||||
|
|||||||
Reference in New Issue
Block a user