Skip to content

Commit

Permalink
chore: change apt to apt-get
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Apr 8, 2024
1 parent 6b446ef commit 1f04dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ runs:
shell: bash
run: |
echo "::group::Install dependencies"
sudo apt update
sudo apt install --yes aria2 coreutils jq p7zip-full qemu-user-static zip
sudo apt-get update
sudo apt-get install --yes aria2 coreutils jq p7zip-full qemu-user-static zip
echo "::endgroup::"
- name: Checkout CustomPiOS
Expand Down

0 comments on commit 1f04dc1

Please sign in to comment.