Skip to content

Commit bfcfdc1

Browse files
committed
more TARGET_ARCH setting attempts
1 parent 0a83388 commit bfcfdc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/DuckDBNodeBindingsAndAPI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ jobs:
123123
env:
124124
TARGET_ARCH: ${{ 'arm64' }}
125125
steps:
126+
- name: Echo TARGET_ARGH
127+
run: echo $TARGET_ARCH
128+
126129
- uses: actions/checkout@v4
127130

128131
- uses: pnpm/action-setup@v3
@@ -135,6 +138,8 @@ jobs:
135138
- name: Bindings - Build
136139
working-directory: bindings
137140
run: pnpm run build
141+
env:
142+
TARGET_ARCH: ${{ 'arm64' }}
138143

139144
- name: Bindings - Test
140145
working-directory: bindings

0 commit comments

Comments
 (0)