mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 06:41:43 +00:00
enable privileged mode for the docker
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user