Make all git directories safe in installation action

This commit is contained in:
Jordan Carlin 2024-07-19 22:50:43 -07:00
parent 2cb5189db8
commit 60c92e99c7
No known key found for this signature in database

View File

@ -50,6 +50,8 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: recursive submodules: recursive
- name: Fix git ownership
run: git config --global --add safe.directory '*'
- name: Free up storage - name: Free up storage
run: | run: |
df -h df -h