mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Fix free space
This commit is contained in:
parent
31a43a042b
commit
996f5cee96
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -69,6 +69,8 @@ jobs:
|
||||||
make IGNORE_ERRORS=m -C $OMR_TARGET/source package/{compile,install,index} -j$(nproc) || make IGNORE_ERRORS=m -C $OMR_TARGET/source package/{compile,install,index} -j1 V=s
|
make IGNORE_ERRORS=m -C $OMR_TARGET/source package/{compile,install,index} -j$(nproc) || make IGNORE_ERRORS=m -C $OMR_TARGET/source package/{compile,install,index} -j1 V=s
|
||||||
- name: Free disk space
|
- name: Free disk space
|
||||||
working-directory: ../../omr
|
working-directory: ../../omr
|
||||||
|
env:
|
||||||
|
OMR_TARGET: ${{ matrix.OMR_TARGET }}
|
||||||
run: |
|
run: |
|
||||||
df -h
|
df -h
|
||||||
sudo rm -rf $OMR_TARGET/source/toolchain
|
sudo rm -rf $OMR_TARGET/source/toolchain
|
||||||
|
|
Loading…
Reference in a new issue