Skip to content

Commit c20c982

Browse files
free up some disk space (blakeblackshear#5644)
1 parent 962bdc7 commit c20c982

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
runs-on: ubuntu-latest
2020
name: Image Build
2121
steps:
22+
- name: Remove unnecessary files
23+
run: |
24+
sudo rm -rf /usr/share/dotnet
25+
sudo rm -rf /usr/local/lib/android
26+
sudo rm -rf /opt/ghc
2227
- id: lowercaseRepo
2328
uses: ASzc/change-string-case-action@v5
2429
with:

0 commit comments

Comments
 (0)