Skip to content

Commit 9c95df4

Browse files
committed
try subdirectory
1 parent 618ebc7 commit 9c95df4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/DuckDBNodeBindingsAndAPI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,15 +317,15 @@ jobs:
317317

318318
- name: Download Node headers
319319
shell: bash
320-
run: curl -sSL "https://nodejs.org/download/release/v24.10.0/node-v24.10.0-headers.tar.gz" -o "D:/node-v24.10.0-headers.tar.gz"
320+
run: curl -sSL "https://nodejs.org/download/release/v24.10.0/node-v24.10.0-headers.tar.gz" -o "D:/a/node-v24.10.0-headers.tar.gz"
321321

322322
- name: Extract Node headers
323323
shell: bash
324-
run: tar -xzf "D:/node-v24.10.0-headers.tar.gz" -C "D:/"
324+
run: tar -xzf "D:/a/node-v24.10.0-headers.tar.gz" -C "D:/a/"
325325

326326
- name: Record Node directory
327327
shell: bash
328-
run: echo "NODE_DIR=D:/node-v24.10.0" >> "$GITHUB_ENV"
328+
run: echo "NODE_DIR=D:/a/node-v24.10.0" >> "$GITHUB_ENV"
329329

330330
- name: Display Node directory
331331
shell: bash

0 commit comments

Comments
 (0)