Skip to content

Commit

Permalink
Merge pull request #79 from dtantsur/gate
Browse files Browse the repository at this point in the history
🌱 CI: run `apt update` before installing podman
  • Loading branch information
dtantsur authored Nov 23, 2024
2 parents 21593fd + 8b2e17d commit c3546a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update repositories
run: sudo apt update
- name: Install podman
run: sudo apt install -y podman
- name: Build the image
Expand Down

0 comments on commit c3546a2

Please sign in to comment.