mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-18 15:48:55 +08:00
Fix another brew path on macos CI
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user