Skip to content

Commit

Permalink
ensure cargo on path
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcaff committed Oct 6, 2024
1 parent 73a8ee1 commit 07d86d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/extern_traces_plugin/scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

apt-get update && apt-get install -y curl
curl https://sh.rustup.rs -sSf | bash -s -- -y
export PATH="/root/.cargo/bin:${PATH}"
make -C packages/extern_traces_plugin

0 comments on commit 07d86d9

Please sign in to comment.