Run as provileged
Some checks failed
Build / build (push) Failing after 19m19s

This commit is contained in:
Lukáš Plevač 2024-10-19 16:57:10 +02:00
parent bb51dd35d1
commit 5b1c5358de

View File

@ -13,7 +13,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: archlinux/archlinux:latest
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} --privileged
run: |
pacman -Syyu --noconfirm archiso
cd ${{ github.workspace }}