Skip to content

Commit 97e5885

Browse files
authored
Update devel.yml
1 parent 8354595 commit 97e5885

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/devel.yml

+8
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ jobs:
5050
cp binary_rootfs /usr/lib/live/build/binary_rootfs
5151
fi
5252
53+
- name: Examine bwrap situation
54+
run: |
55+
curl -fsSL https://pacstall.dev/q/install\?dnt > pacstall-install.sh || curl -fsSL https://git.io/JsADh > pacstall-install.sh
56+
chmod +x ./pacstall-install.sh
57+
echo N\n | sudo -E ./pacstall-install.sh
58+
rm ./pacstall-install.sh
59+
pacstall -PI nala-deb
60+
5361
- name: Make scripts executable
5462
run: chmod -R +x build.sh etc/auto/config etc/terraform.conf etc/
5563

0 commit comments

Comments
 (0)