Skip to content

Commit 474e37a

Browse files
committed
ci(release): isolate musl verification install
1 parent 6ef426c commit 474e37a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ jobs:
445445
test "$(node -p "process.arch")" = "$EXPECTED_ARCH"
446446
npm install --global npm@12.0.2
447447
test "$(npm --version)" = 12.0.2
448-
install_root=.release-native-verify/install
448+
install_root=/tmp/zodrs-install
449449
mkdir -p "$install_root"
450450
printf "{\"private\":true}\n" > "$install_root/package.json"
451451
npm install --prefix "$install_root" --ignore-scripts --no-audit --no-fund \

0 commit comments

Comments
 (0)