Skip to content

Commit

Permalink
Remove comments from json
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Aug 20, 2024
1 parent 472e11c commit b69049b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ jobs:
--document-name "AWS-RunShellScript" \
--parameters '{"commands":[
"cd /home/ubuntu",
"curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y", # Install rustup
"source $HOME/.cargo/env", # Add Rust to PATH
"rustup update stable", # Update Rust to latest stable version
"rustc --version", # Verify Rust version
"curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y",
"source $HOME/.cargo/env",
"rustup update stable",
"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 b69049b

Please sign in to comment.