diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c581963cd..7d97607ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,9 @@ on: jobs: clang-format: runs-on: ubuntu-latest - container: citraemu/build-environments:linux-clang-format + container: + image: citraemu/build-environments:linux-clang-format + options: -u 1001 steps: - uses: actions/checkout@v3 with: