Skip to content

Commit

Permalink
fix osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Mühleisen committed May 1, 2024
1 parent f2ea816 commit 7cec1af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ODBC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ jobs:
odbc-osx-universal:
name: ODBC OSX (Universal)
runs-on: macos-14
env:
GEN: ninja
ODBC_CONFIG: ../../build/unixodbc/build/bin/odbc_config
# needs: odbc-linux-amd64
steps:
- uses: actions/checkout@v3
Expand All @@ -162,6 +165,12 @@ jobs:
with:
key: ${{ github.job }}
save: ${{ github.ref == 'refs/heads/main' }}

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

0 comments on commit 7cec1af

Please sign in to comment.