Skip to content

Commit

Permalink
ci: update repository metadat before installing package
Browse files Browse the repository at this point in the history
run `apt-get update` command before running `apt-get install`
to fetch the latest repository metadata
  • Loading branch information
anjannath authored and adrianriobo committed Nov 12, 2024
1 parent aa52603 commit 7d5d5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Prepare runner
shell: bash
run: |
sudo apt-get install -y qemu-user-static
sudo apt-get update && sudo apt-get install -y qemu-user-static
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 7d5d5e1

Please sign in to comment.