diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 18e7b1b..ef89888 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -18,7 +18,8 @@ jobs: container: image: fedora:39 options: "--privileged" - volumes: /:/host + volumes: + - /:/host permissions: contents: read packages: write