Free space before running docker images

This commit is contained in:
Fangjun Kuang 2024-02-18 14:41:35 +08:00
parent 2bda5a3d4c
commit 726cbdb29c

View File

@ -21,6 +21,13 @@ jobs:
with:
fetch-depth: 0
- name: Free space
shell: bash
run: |
df -h
rm -rf /opt/hostedtoolcache
df -h
- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
with: