From a427a804468942b8e86af6d5e5ab2eee34f1ab00 Mon Sep 17 00:00:00 2001 From: Vitor K Date: Fri, 7 Oct 2022 11:59:44 -0300 Subject: [PATCH] Fix clang-format (#6155) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: