Skip to content

Commit

Permalink
ci: export cargo path in the build script ( PROOF-624 ) (#3)
Browse files Browse the repository at this point in the history
ci: export cargo path in the build script
  • Loading branch information
joe-stifler authored Sep 20, 2023
1 parent a8e77ae commit 57eaa55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/bash
set -eou pipefail

export PATH=$PATH:/root/.cargo/bin/

rustup default stable

NEW_VERSION=$1

if ! [[ ${NEW_VERSION} =~ ^[0-9]+[.][0-9]+[.][0-9]+$ ]]
Expand Down

0 comments on commit 57eaa55

Please sign in to comment.