diff --git a/.woodpecker.yml b/.woodpecker.yml index f14eb76..fcae4eb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,13 +1,10 @@ steps: - name: build - image: node:22 + image: thesandwich-build environment: PNPM_HOME: /var/woodpecker/pnpm PARCEL_WORKERS: 0 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 - cargo binstall cargo-metadata - corepack enable