Fix another brew path on macos CI

This commit is contained in:
Evan Miller 2024-05-14 16:09:10 -04:00
parent 3a954c00d4
commit 2b2ef525c8

View File

@ -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