From 60c92e99c763ceb75d8416dacefef2bbeaac7ff7 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Fri, 19 Jul 2024 22:50:43 -0700 Subject: [PATCH] Make all git directories safe in installation action --- .github/workflows/install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 52cb45f95..4b207b9ad 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -50,6 +50,8 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + - name: Fix git ownership + run: git config --global --add safe.directory '*' - name: Free up storage run: | df -h