Skip to content

Commit 50d3e23

Browse files
More tweaks
1 parent 14926e4 commit 50d3e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-insiders.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
run: |
162162
sudo pkg install -y -f curl node libnghttp2 npm
163163
sudo npm install -g [email protected] --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

0 commit comments

Comments
 (0)