From 093e329878be6f7550385e99782a830c71a23b5a Mon Sep 17 00:00:00 2001 From: seven62 Date: Tue, 30 Mar 2021 08:56:34 -0500 Subject: [PATCH] add sudo --- .github/workflows/createiso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/createiso.yml b/.github/workflows/createiso.yml index 570cd5b..a4973b4 100644 --- a/.github/workflows/createiso.yml +++ b/.github/workflows/createiso.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v2 - name: Install dependencies with bootstrap script - run: ./bootstrap.sh + run: sudo ./bootstrap.sh - name: Execute master ISO script run: echo "running master_iso"