This commit is contained in:
Felix Ableitner 2024-03-08 15:12:27 +01:00
parent e7cb4f616c
commit b19a0d0917
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ steps:
- tar -xvf cargo-binstall-x86_64-unknown-linux-musl.tgz
- rustup target add wasm32-unknown-unknown
- ./cargo-binstall -y trunk
- export PATH="$PATH:($pwd)/.cargo_home/bin/"
- export PATH="$PATH:$(pwd)/.cargo_home/bin/"
- echo $PATH
- ./scripts/build_release.sh
#when: