fix(ci): reallow nobody account

This commit is contained in:
javalsai 2024-12-25 22:52:26 +01:00
parent 4fb2bb2d62
commit 874f6f98f1
Signed by: javalsai
SSH Key Fingerprint: SHA256:3G83yKhBUWVABVX/vPWH88xnK4+ptMtHkZGCRXD4Mk8
3 changed files with 3 additions and 0 deletions

View File

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