Skip to content

Commit

Permalink
Update rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Aug 20, 2024
1 parent b69049b commit 3a1feb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ jobs:
--parameters '{"commands":[
"cd /home/ubuntu",
"curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y",
"source $HOME/.cargo/env",
"rustup update stable",
"source /home/ubuntu/.cargo/env",
"rustup update stable -y",
"rustc --version",
"cargo install --git https://github.com/0xPolygonMiden/miden-node miden-node --branch next --bin miden-node --locked --features testing",
"cargo install --git https://github.com/0xPolygonMiden/miden-node miden-faucet --branch next --bin miden-faucet --locked --features testing"
Expand Down

0 comments on commit 3a1feb5

Please sign in to comment.