Skip to content

Commit

Permalink
Run update to avoid 404s when fetching packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed May 7, 2021
1 parent ecfbe4a commit cfe73be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
steps:
- name: Install dependencies
run:
sudo apt-get install -y qemu qemu-user-static binfmt-support parted wget dosfstools zip
sudo apt-get update && sudo apt-get install -y qemu qemu-user-static binfmt-support parted wget dosfstools zip
shell: bash
- name: Install qemu wrapper
run: |
Expand Down

0 comments on commit cfe73be

Please sign in to comment.