Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
seven62 committed Mar 30, 2021
1 parent 17770cb commit 093e329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/createiso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 093e329

Please sign in to comment.