enable privileged mode for the docker

This commit is contained in:
Evgenii Alekseev 2022-03-20 04:05:43 +03:00
parent a11cce43ff
commit 041b3824c1

View File

@ -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