Skip to content

Commit

Permalink
Unattended apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Aug 8, 2023
1 parent a6ede05 commit c1d613d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: 🔧 Setup tools
run: |
sudo apt-get install python3-pip shellcheck
sudo apt-get install --yes python3-pip shellcheck
curl -sSL https://github.com/mvdan/sh/releases/download/v3.5.0/shfmt_v3.5.0_linux_amd64 -o shfmt
sudo mv shfmt /usr/local/bin/shfmt && sudo chmod +x /usr/local/bin/shfmt
sudo pip3 install pre-commit
Expand Down

0 comments on commit c1d613d

Please sign in to comment.