mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-04 20:18:08 +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
|
||||
run: autoreconf -i -f
|
||||
- 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:
|
||||
CC: ${{ matrix.compiler }}
|
||||
YACC: /opt/homebrew/opt/bison/bin/bison
|
||||
|
Loading…
Reference in New Issue
Block a user