mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Fix Arch Linux Git
This commit is contained in:
parent
1594f9e40d
commit
c9c7562496
2
.github/workflows/linux_arch.yml
vendored
2
.github/workflows/linux_arch.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
run: |
|
||||
docker build -t archlinux:latest - <<EOF
|
||||
FROM archlinux:latest
|
||||
RUN pacman -Syu --noconfirm npm make gcc clang llvm lld
|
||||
RUN pacman -Syu --noconfirm git npm make gcc clang llvm lld
|
||||
EOF
|
||||
|
||||
- name: Run build inside Arch Linux container
|
||||
|
Loading…
x
Reference in New Issue
Block a user