File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
run : |
162
162
sudo pkg install -y -f curl node libnghttp2 npm
163
163
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
165
165
chmod +x rustup-init
166
166
./rustup-init -y --profile minimal
167
167
source "$HOME/.cargo/env"
@@ -172,7 +172,7 @@ jobs:
172
172
echo "~~~~ pnpm --version ~~~~"
173
173
pnpm --version
174
174
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
176
176
strip -x ${{ env.OXIDE_LOCATION }}/*.node
177
177
ls -la ${{ env.OXIDE_LOCATION }}
178
178
- name : Upload artifacts
You can’t perform that action at this time.
0 commit comments