From d2a4ff506eacf4e16c7722f06375eb00003bb1e2 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 14 Feb 2024 02:32:38 +0000 Subject: [PATCH] list --- .github/workflows/iso.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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