From c92ae476376609885b7337f38c0ed420b1172d00 Mon Sep 17 00:00:00 2001 From: ochafik Date: Tue, 21 Jan 2025 01:59:41 +0000 Subject: [PATCH] ci: attempt to fix safe directory issue --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39ea90d32..133157933 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -872,6 +872,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + set-safe-directory: . - name: Build with CMake run: |