diff --git a/.github/workflows/build-server.yaml b/.github/workflows/build-server.yaml index 29afe40e..51c79b4a 100644 --- a/.github/workflows/build-server.yaml +++ b/.github/workflows/build-server.yaml @@ -38,6 +38,12 @@ jobs: - name: Check out repository uses: actions/checkout@v4 + - name: Delete huge unnecessary tools folder + run: | + echo "DISK USE:"; find / -maxdepth 1 -mindepth 1 -type d -exec du -hs {} \; 2>/dev/null + rm -rf /opt/hostedtoolcache + echo "DISK USE:"; find / -maxdepth 1 -mindepth 1 -type d -exec du -hs {} \; 2>/dev/null + - name: Set up the environment # Replace this line with the appropriate setup for your project # Examples: