Skip to content

Commit

Permalink
workflow: install overlayfs
Browse files Browse the repository at this point in the history
podman started to fail:

> Error: configure storage: 'overlay' is not supported over overlayfs, a mount_program is required:
> backing file system is unsupported for this graph driver
  • Loading branch information
martinpitt committed Jun 21, 2024
1 parent ede3e74 commit d23c580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
options: --privileged --security-opt label:disable
steps:
- name: Install dependencies
run: dnf install -y rpm-ostree selinux-policy selinux-policy-targeted policycoreutils podman
run: dnf install -y rpm-ostree selinux-policy selinux-policy-targeted policycoreutils podman overlayfs-tools fuse-overlayfs

- name: Clone repository
uses: actions/checkout@v4
Expand Down

0 comments on commit d23c580

Please sign in to comment.