mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-23 04:31:09 +00:00
fix
This commit is contained in:
parent
e7cb4f616c
commit
b19a0d0917
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue