mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +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
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user