enable privileged mode for the docker

This commit is contained in:
Evgenii Alekseev 2022-03-20 04:05:43 +03:00
parent b83bc5a732
commit 63e79ec57a

View File

@ -16,7 +16,7 @@ jobs:
- name: setup the service in arch linux container - name: setup the service in arch linux container
run: | run: |
docker run \ docker run --privileged \
-v ${{ github.workspace }}:/build -w /build \ -v ${{ github.workspace }}:/build -w /build \
archlinux:latest \ archlinux:latest \
.github/workflows/setup.sh .github/workflows/setup.sh