Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-shrimp authored Jun 13, 2024
1 parent 5864e84 commit da93e64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
swap-size-mb: 128
remove-dotnet: 'true'
remove-haskell: 'true'
remove-android: 'true'
# 如果空间还是不够用,可以把以下开启,清理出更多空间
# remove-android: 'true'
# remove-codeql: 'true'
build-mount-path: '/var/lib/docker/'

- name: Restart docker
Expand Down Expand Up @@ -152,4 +154,4 @@ jobs:
df -hT
echo "=============================================================================="
done < images.txt
done < images.txt

0 comments on commit da93e64

Please sign in to comment.