fix(ci): reallow nobody account

This commit is contained in:
2024-12-25 22:52:26 +01:00
parent 4fb2bb2d62
commit 874f6f98f1
3 changed files with 3 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ jobs:
- uses: actions/checkout@v4
- run: |
chage -E -1 nobody
passwd -u nobody
cd "assets/pkg/aur"
chown nobody:nobody . -R
su - -s /bin/bash nobody -c "$PWD/update-pkgs.sh ${{ inputs.version }}"

BIN
build-amd64.zip Normal file

Binary file not shown.

BIN
lidm-amd64 Executable file

Binary file not shown.