File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 run : |
162162 sudo pkg install -y -f curl node libnghttp2 npm
163163 sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
164- curl -sSf https://static.rust-lang.org/rustup/archive/1.27.1/${{ env.RUST_TARGET }} /rustup-init --output rustup-init
164+ curl -sSf https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-freebsd /rustup-init --output rustup-init
165165 chmod +x rustup-init
166166 ./rustup-init -y --profile minimal
167167 source "$HOME/.cargo/env"
@@ -172,7 +172,7 @@ jobs:
172172 echo "~~~~ pnpm --version ~~~~"
173173 pnpm --version
174174 pnpm install --ignore-scripts --filter=!./playgrounds/* || true
175- pnpm run --filter ${{ env.OXIDE_LOCATION }} build:platform -- --target=${{ env.RUST_TARGET }}
175+ pnpm run --filter ${{ env.OXIDE_LOCATION }} build:platform
176176 strip -x ${{ env.OXIDE_LOCATION }}/*.node
177177 ls -la ${{ env.OXIDE_LOCATION }}
178178 - name : Upload artifacts
You can’t perform that action at this time.
0 commit comments