workflows/pkg-installer: unset global Git safe.directory
This commit is contained in:
parent
ad4a0800cc
commit
4c24f9160f
3
.github/workflows/pkg-installer.yml
vendored
3
.github/workflows/pkg-installer.yml
vendored
@ -146,6 +146,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: "${{ needs.build.outputs.installer_path }}"
|
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
|
- name: Remove existing Homebrew installations
|
||||||
run: |
|
run: |
|
||||||
sudo rm -rf brew /{usr/local,opt/homebrew}/{Cellar,Caskroom,Homebrew/Library/Taps}
|
sudo rm -rf brew /{usr/local,opt/homebrew}/{Cellar,Caskroom,Homebrew/Library/Taps}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user