Skip to content

Commit

Permalink
Freeing more disk space in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Nov 17, 2024
1 parent 620ab2d commit 001ae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo docker rmi $(docker image ls -aq) || true
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc || true
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL || true
- name: Install x11 dependencies for Kludgine
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 001ae03

Please sign in to comment.