.github/workflows/emerge.yml: run contrainer privileged

Signed-off-by: Anton Fischl <github@fischl-online.de>
This commit is contained in:
2022-03-13 19:44:03 +01:00
parent 565d1c05a7
commit 50de6ff2d7

View File

@@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/antonfischl1980/gentoo-ci:main
options: --privileged
steps:
- name: Checkout code
uses: actions/checkout@v2