mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-06-28 15:39:02 +08:00
Fix macos-iodbc CI build
This commit is contained in:
parent
f7ae5e3f3c
commit
9aa68a6ba1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
|||||||
- name: Autoconf
|
- name: Autoconf
|
||||||
run: autoreconf -i -f
|
run: autoreconf -i -f
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: ./configure --disable-silent-rules --${{ matrix.glib }} --with-iodbc=/usr/local/opt
|
run: ./configure --disable-silent-rules --${{ matrix.glib }} --with-iodbc=/usr/local/opt/libiodbc
|
||||||
env:
|
env:
|
||||||
CC: ${{ matrix.compiler }}
|
CC: ${{ matrix.compiler }}
|
||||||
YACC: /usr/local/opt/bison/bin/bison
|
YACC: /usr/local/opt/bison/bin/bison
|
||||||
|
Loading…
Reference in New Issue
Block a user