Skip to content

Commit

Permalink
fix setting TARGET_ARCH?
Browse files Browse the repository at this point in the history
  • Loading branch information
jraymakers committed Dec 15, 2024
1 parent 60cd26c commit 0a83388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DuckDBNodeBindingsAndAPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event_name != 'workflow_dispatch' || inputs.linux_arm64 }}
env:
TARGET_ARCH: 'arm64'
TARGET_ARCH: ${{ 'arm64' }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 0a83388

Please sign in to comment.