Skip to content

Commit

Permalink
ci: fix missing apt-get update
Browse files Browse the repository at this point in the history
Signed-off-by: Janar Juusu <janar@juusujanar.eu>
  • Loading branch information
juusujanar committed Apr 22, 2024
1 parent 7bf5cf0 commit 2131f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: true

- name: Install dependencies
run: sudo apt install -y qemu-user-static binfmt-support
run: sudo apt-get update && sudo apt-get install -y qemu-user-static binfmt-support

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 2131f83

Please sign in to comment.