From 9cece3fd5a5f6f62a07eaeca8c9c32b702370af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=A5hlin?= Date: Sat, 5 Jul 2025 22:13:15 +0200 Subject: [PATCH] Add safe directory to fix gitversion problem --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 361e1fc..931719e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,9 @@ jobs: name: Build runs-on: ubuntu-latest steps: + - name: Set safe directory + run: git config --global --add safe.directory "$GITHUB_WORKSPACE" + - name: Checkout Code uses: actions/checkout@v4 with: