From b41c75eb09e05b3930eeac79aa04c5a1400dc280 Mon Sep 17 00:00:00 2001 From: PabloMK7 Date: Wed, 6 Mar 2024 18:06:19 +0100 Subject: [PATCH] Change missing yml --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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