diff --git a/.github/workflows/pkg-installer.yml b/.github/workflows/pkg-installer.yml index a8da6c8b0d..30ae5131c8 100644 --- a/.github/workflows/pkg-installer.yml +++ b/.github/workflows/pkg-installer.yml @@ -146,6 +146,9 @@ jobs: with: name: "${{ needs.build.outputs.installer_path }}" + - name: Unset global Git safe directory setting + run: git config --global --unset-all safe.directory + - name: Remove existing Homebrew installations run: | sudo rm -rf brew /{usr/local,opt/homebrew}/{Cellar,Caskroom,Homebrew/Library/Taps}