mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Fix another brew path on macos CI
This commit is contained in:
parent
3a954c00d4
commit
2b2ef525c8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -64,7 +64,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 }} --${{ matrix.iconv }} --with-unixodbc=/opt/homebrew/opt
|
run: ./configure --disable-silent-rules --${{ matrix.glib }} --${{ matrix.iconv }} --with-unixodbc=/opt/homebrew/opt/unixodbc
|
||||||
env:
|
env:
|
||||||
CC: ${{ matrix.compiler }}
|
CC: ${{ matrix.compiler }}
|
||||||
YACC: /opt/homebrew/opt/bison/bin/bison
|
YACC: /opt/homebrew/opt/bison/bin/bison
|
||||||
|
Loading…
Reference in New Issue
Block a user