Skip to content

Commit 0a83388

Browse files
committed
fix setting TARGET_ARCH?
1 parent 60cd26c commit 0a83388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DuckDBNodeBindingsAndAPI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ubuntu-latest
122122
if: ${{ github.event_name != 'workflow_dispatch' || inputs.linux_arm64 }}
123123
env:
124-
TARGET_ARCH: 'arm64'
124+
TARGET_ARCH: ${{ 'arm64' }}
125125
steps:
126126
- uses: actions/checkout@v4
127127

0 commit comments

Comments
 (0)