Skip to content

Commit

Permalink
Make all git directories safe in installation action
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Oct 16, 2024
1 parent 2cb5189 commit 60c92e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60c92e9

Please sign in to comment.