added options: --privileged
This commit is contained in:
parent
f670739aaf
commit
5f7ff3484d
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@ jobs:
|
|||
Desktop: "template"
|
||||
steps:
|
||||
- name: Install Node.js
|
||||
run: pacman -Sy --noconfirm nodejs npm git
|
||||
run: pacman -Sy --noconfirm nodejs npm git sudo
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build ISO
|
||||
run: |
|
||||
./build.sh
|
||||
sudo ./build.sh
|
||||
echo "Renaming the output ISO file"
|
||||
mv out/*.iso out/ParchLinux-${{ env.Desktop }}-latest.iso
|
||||
echo "Generating MD5 checksum"
|
||||
|
|
Loading…
Add table
Reference in a new issue