This commit is contained in:
parent
cf03e29315
commit
9b3b1e90ed
1 changed files with 1 additions and 4 deletions
|
@ -1,13 +1,10 @@
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:22
|
image: thesandwich-build
|
||||||
environment:
|
environment:
|
||||||
PNPM_HOME: /var/woodpecker/pnpm
|
PNPM_HOME: /var/woodpecker/pnpm
|
||||||
PARCEL_WORKERS: 0
|
PARCEL_WORKERS: 0
|
||||||
commands:
|
commands:
|
||||||
- apt-get install rustup
|
|
||||||
- rustup update stable
|
|
||||||
- rustup target add wasm32-unknown-unknown
|
|
||||||
- curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
- curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||||
- cargo binstall cargo-metadata
|
- cargo binstall cargo-metadata
|
||||||
- corepack enable
|
- corepack enable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue