Skip to content

Commit

Permalink
Remove more stuff from CUDA to avoid running out of disk space (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Mar 11, 2021
1 parent e9dbf4a commit 30ea7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
echo Removing downloaded archives and unused libraries to avoid running out of disk space
rm -f *.rpm *.tgz *.txz *.tar.*
rm -f $(find /usr/local/cuda/ -name '*.a' -and -not -name libcudart_static.a -and -not -name libcudadevrt.a)
rm -f /usr/local/cuda/doc* /usr/local/cuda/libnvvp* /usr/local/cuda/nsight* /usr/local/cuda/samples*
fi
- name: Checkout repository
uses: actions/checkout@v1
Expand Down

0 comments on commit 30ea7e4

Please sign in to comment.