1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Fix free space

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-10-14 10:35:38 +02:00
parent 31a43a042b
commit 996f5cee96

View file

@ -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
- name: Free disk space
working-directory: ../../omr
env:
OMR_TARGET: ${{ matrix.OMR_TARGET }}
run: |
df -h
sudo rm -rf $OMR_TARGET/source/toolchain