Skip to content

Commit

Permalink
install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 6, 2024
1 parent 81308d2 commit 5337669
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/podman-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
image: ghcr.io/terrapkg/builder:f40
options: --privileged --device=/dev/fuse
steps:
- name: Install dependencies
run: |
dnf5 install -y buildah podman skopeo fuse-overlayfs fuse3
- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 5337669

Please sign in to comment.