Skip to content

Commit

Permalink
moar config stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Mühleisen committed May 1, 2024
1 parent 9927973 commit 0854887
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ODBC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
env:
GEN: ninja
DUCKDB_PLATFORM: linux_arm64
ODBC_CONFIG: ../../build/unixodbc/build/bin/odbc_config
ODBC_CONFIG: ./build/unixodbc/build/bin/odbc_config
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
runs-on: macos-14
env:
GEN: ninja
ODBC_CONFIG: build/unixodbc/build/bin/odbc_config
ODBC_CONFIG: ./build/unixodbc/build/bin/odbc_config
# needs: odbc-linux-amd64
steps:
- uses: actions/checkout@v3
Expand All @@ -171,9 +171,7 @@ jobs:

- name: Install UnixODBC
shell: bash
run: |
CFLAGS="-arch x86_64 -arch arm64" ./scripts/install_unixodbc.sh
ls -R .
run: CFLAGS="-arch x86_64 -arch arm64" ./scripts/install_unixodbc.sh
- name: Build
shell: bash
run: make release
Expand Down

0 comments on commit 0854887

Please sign in to comment.