mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-26 16:41:10 +00:00
debug path
This commit is contained in:
parent
c181034b41
commit
e7cb4f616c
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ 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:/.cargo_home/bin/"
|
- export PATH="$PATH:($pwd)/.cargo_home/bin/"
|
||||||
|
- echo $PATH
|
||||||
- ./scripts/build_release.sh
|
- ./scripts/build_release.sh
|
||||||
#when:
|
#when:
|
||||||
# event: tag
|
# event: tag
|
||||||
|
|
Loading…
Reference in a new issue