diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ff8baa72b22..4bd63593c6c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,9 @@ jobs: - name: Checkout code uses: actions/checkout@v5 + - name: Fix git safe directory + run: git config --global --add safe.directory '*' + - name: Cache dependencies id: cache-deps uses: actions/cache@v4