File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments