Skip to content

Commit

Permalink
ci: add dependency package
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan authored Sep 30, 2024
1 parent 03bd301 commit 4551082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/deployer/init_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ sudo chmod a+x /usr/local/bin/dasel

# Install boto3, yq, and jq
apt-get install python3-pip -y
pip3 install boto3 pwinput
pip3 install boto3 pwinput solana
apt-get install jq -y
wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
chmod +x /usr/local/bin/yq
Expand Down

0 comments on commit 4551082

Please sign in to comment.