mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
enable privileged mode for the docker
This commit is contained in:
parent
a11cce43ff
commit
041b3824c1
2
.github/workflows/run-setup.yml
vendored
2
.github/workflows/run-setup.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
- name: setup the service in arch linux container
|
||||
run: |
|
||||
docker run \
|
||||
docker run --privileged \
|
||||
-v ${{ github.workspace }}:/build -w /build \
|
||||
archlinux:latest \
|
||||
.github/workflows/setup.sh
|
||||
|
Loading…
Reference in New Issue
Block a user