Fix Arch Linux Workspace Permission

This commit is contained in:
Albert 2025-02-25 16:25:19 -05:00
parent 56f1e4eb2b
commit 36676f68ff

View File

@ -41,6 +41,7 @@ jobs:
docker run --rm \
-v ${{ github.workspace }}:/workspace \
-w /workspace \
--user root \
archlinux:latest \
bash -c "
git config --global --add safe.directory /workspace &&
@ -50,7 +51,8 @@ jobs:
make debug &&
make &&
make WEBUI_USE_TLS=1 debug &&
make WEBUI_USE_TLS=1
make WEBUI_USE_TLS=1 &&
chown -R $(id -u):$(id -g) /workspace
"
- name: Prepare Artifact