Skip to content

Commit 6fffcfd

Browse files
Run pnpm install first in freebsd build
1 parent a7d8371 commit 6fffcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ jobs:
164164
curl https://sh.rustup.rs -sSf --output rustup.sh
165165
sh rustup.sh -y --profile minimal --default-toolchain beta
166166
source "$HOME/.cargo/env"
167+
pnpm install --ignore-scripts --filter=!./playgrounds/* || true
167168
echo "~~~~ rustc --version ~~~~"
168169
rustc --version
169170
echo "~~~~ node -v ~~~~"
170171
node -v
171172
echo "~~~~ pnpm --version ~~~~"
172173
pnpm --version
173-
pnpm install --ignore-scripts --filter=!./playgrounds/* || true
174174
pnpm run --filter ${{ env.OXIDE_LOCATION }} build
175175
strip -x ${{ env.OXIDE_LOCATION }}/*.node
176176
ls -la ${{ env.OXIDE_LOCATION }}

0 commit comments

Comments
 (0)