mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Fix Arch Linux Workspace Permission
This commit is contained in:
parent
56f1e4eb2b
commit
36676f68ff
4
.github/workflows/linux_arch.yml
vendored
4
.github/workflows/linux_arch.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user