Skip to content

Commit

Permalink
Install missing dependency cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Aug 20, 2024
1 parent 238f900 commit ae47c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
--document-name "AWS-RunShellScript" \
--parameters '{"commands":[
"sudo apt-get update -y",
"sudo apt-get install -y git gcc openssl libbz2-dev libffi7 make",
"sudo apt-get install -y git gcc openssl libbz2-dev libffi7 make cargo",
"sudo apt install -y build-essential",
"curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y",
"source $HOME/.cargo/env",
Expand Down

0 comments on commit ae47c71

Please sign in to comment.