We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a83388 commit bfcfdc1Copy full SHA for bfcfdc1
.github/workflows/DuckDBNodeBindingsAndAPI.yml
@@ -123,6 +123,9 @@ jobs:
123
env:
124
TARGET_ARCH: ${{ 'arm64' }}
125
steps:
126
+ - name: Echo TARGET_ARGH
127
+ run: echo $TARGET_ARCH
128
+
129
- uses: actions/checkout@v4
130
131
- uses: pnpm/action-setup@v3
@@ -135,6 +138,8 @@ jobs:
135
138
- name: Bindings - Build
136
139
working-directory: bindings
137
140
run: pnpm run build
141
+ env:
142
+ TARGET_ARCH: ${{ 'arm64' }}
143
144
- name: Bindings - Test
145
0 commit comments