diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 0d9a30caf..31d3c8936 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -10,7 +10,7 @@ jobs: clang-format: runs-on: ubuntu-latest container: - image: citraemu/build-environments:linux-fresh + image: pablomk7/build-environments:linux-fresh options: -u 1001 steps: - uses: actions/checkout@v4