From a794c64424bb2831b8bbe98775a5f65e53b4b699 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Mon, 17 Apr 2023 12:20:40 -0500 Subject: [PATCH] Fix git not working --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4254c3..61f3fff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v1 + - name: Setup environment + run: git config --global safe.directory '*' - name: Build NAND Title Manager run: make - name: Publish build to GH Actions