This commit is contained in:
Evan Miller 2025-05-23 07:47:15 -04:00
parent 6ed4188994
commit 11607108be

View File

@ -13,7 +13,7 @@ jobs:
glib: [ enable-glib, disable-glib ] glib: [ enable-glib, disable-glib ]
steps: steps:
- name: Install packages - name: Install packages
run: sudo apt install gettext run: sudo apt install gettext unixodbc
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Fetch test data - name: Fetch test data
run: | run: |
@ -62,7 +62,7 @@ jobs:
mkdir test mkdir test
curl -sSLf "$TEST_DATA_URL" | tar xz --strip-components=1 -C test curl -sSLf "$TEST_DATA_URL" | tar xz --strip-components=1 -C test
- name: Autoconf - name: Autoconf
run: autoreconf -i -f run: autoreconf -i -f -I $(brew --prefix)/share/gettext/m4
- name: Configure - name: Configure
run: ./configure --disable-silent-rules --${{ matrix.glib }} --${{ matrix.iconv }} --with-unixodbc=/opt/homebrew/opt/unixodbc run: ./configure --disable-silent-rules --${{ matrix.glib }} --${{ matrix.iconv }} --with-unixodbc=/opt/homebrew/opt/unixodbc
env: env:
@ -105,7 +105,7 @@ jobs:
mkdir test mkdir test
curl -sSLf "$TEST_DATA_URL" | tar xz --strip-components=1 -C test curl -sSLf "$TEST_DATA_URL" | tar xz --strip-components=1 -C test
- name: Autoconf - name: Autoconf
run: autoreconf -i -f run: autoreconf -i -f -I $(brew --prefix)/share/gettext/m4
- name: Configure - name: Configure
run: ./configure --disable-silent-rules --${{ matrix.glib }} --with-iodbc=/opt/homebrew/opt/libiodbc run: ./configure --disable-silent-rules --${{ matrix.glib }} --with-iodbc=/opt/homebrew/opt/libiodbc
env: env: