We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd249c1 commit 5f577c0Copy full SHA for 5f577c0
.github/workflows/docker.yaml
@@ -32,7 +32,7 @@ jobs:
32
# see https://dev.to/mathio/squeezing-disk-space-from-github-actions-runners-an-engineers-guide-3pjg
33
- name: Aggressive cleanup
34
run: |
35
- # remove unneeded packages to avoid running out of memory
+ # remove unneeded packages to avoid running out of memory
36
# Remove Java (JDKs)
37
sudo rm -rf /usr/lib/jvm
38
0 commit comments