mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-26 23:31:10 +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
|
- tar -xvf cargo-binstall-x86_64-unknown-linux-musl.tgz
|
||||||
- rustup target add wasm32-unknown-unknown
|
- rustup target add wasm32-unknown-unknown
|
||||||
- ./cargo-binstall -y trunk
|
- ./cargo-binstall -y trunk
|
||||||
- export PATH="$PATH:($pwd)/.cargo_home/bin/"
|
- export PATH="$PATH:$(pwd)/.cargo_home/bin/"
|
||||||
- echo $PATH
|
- echo $PATH
|
||||||
- ./scripts/build_release.sh
|
- ./scripts/build_release.sh
|
||||||
#when:
|
#when:
|
||||||
|
|
Loading…
Reference in a new issue