Skip to content

Commit d11d825

Browse files
committed
[skip ci]
1 parent 0fa2860 commit d11d825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/building-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Free up disk space
4040
if: ${{ runner.os == 'Linux' && matrix.cuda-version == 'cu111' }}
4141
run: |
42-
sudo du -hs /usr/share
42+
sudo du -hs /usr/share/*
4343
sudo rm -rf /usr/share/dotnet
4444
4545
- name: Install Conda packages

0 commit comments

Comments
 (0)