Skip to content

Commit

Permalink
test install overlayfs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jun 21, 2024
1 parent 08eed47 commit 96a4b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand All @@ -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 96a4b17

Please sign in to comment.