Skip to content

Commit

Permalink
fix for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmishra2005 committed Nov 10, 2024
1 parent c8bef42 commit a9bbf9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ rustup install 1.77.0

rustup target add wasm32-unknown-unknown --toolchain 1.77.0

rustup component add rust-src

ln -sf $PWD/scripts/pre-commit.sh $PWD/.git/hooks/pre-commit || true
ln -sf $PWD/scripts/pre-push.sh $PWD/.git/hooks/pre-push || true

0 comments on commit a9bbf9a

Please sign in to comment.