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