Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 050922d

Browse files
author
Markus Perl
committedJun 3, 2025·
Multiple packages updated
1 parent 2b11446 commit 050922d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,13 @@ jobs:
8383
name: build in ubuntu docker with cuda
8484
runs-on: ubuntu-22.04
8585
steps:
86+
- name: Free up disk space
87+
run: |
88+
rm -rf /usr/share/dotnet && rm -rf /opt/ghc && rm -rf "/usr/local/share/boost"
89+
rm -rf /opt/hostedtoolcache && cd /opt && find . -maxdepth 1 -mindepth 1 '!' -path ./containerd '!' -path ./actionarchivecache '!' -path ./runner '!' -path ./runner-cache -exec rm -rf '{}' ';'
90+
docker system prune -af
8691
- name: Checkout code
8792
uses: actions/checkout@v4
88-
8993
- name: pull base image
9094
id: cuda_ubuntu_pull
9195
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.