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"
|
Desktop: "template"
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: pacman -Sy --noconfirm nodejs npm git
|
run: pacman -Sy --noconfirm nodejs npm git sudo
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build ISO
|
- name: Build ISO
|
||||||
run: |
|
run: |
|
||||||
./build.sh
|
sudo ./build.sh
|
||||||
echo "Renaming the output ISO file"
|
echo "Renaming the output ISO file"
|
||||||
mv out/*.iso out/ParchLinux-${{ env.Desktop }}-latest.iso
|
mv out/*.iso out/ParchLinux-${{ env.Desktop }}-latest.iso
|
||||||
echo "Generating MD5 checksum"
|
echo "Generating MD5 checksum"
|
||||||
|
|
Loading…
Add table
Reference in a new issue