mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Make all git directories safe in installation action
This commit is contained in:
parent
2cb5189db8
commit
60c92e99c7
2
.github/workflows/install.yml
vendored
2
.github/workflows/install.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user