diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index ecbd9d97d..b988145da 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest container: image: bilelmoussaoui/flatpak-github-actions:gnome-47 - options: --privileged + options: --privileged --user 1001 steps: - uses: actions/checkout@v4