From 209e956ffec8f31de42c52e7eb6a69460bfc1727 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Thu, 14 Mar 2024 16:51:59 +0100 Subject: [PATCH] try privileged again --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0f9ad47..50fb6c8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest container: image: ${{ vars.CI_IMAGE }} - # options: --privileged + options: --privileged steps: - uses: actions/checkout@v3