Update docker.yaml

This commit is contained in:
TechShrimp技术爬爬虾 2024-06-13 14:07:14 +08:00 committed by GitHub
parent 5864e8417e
commit da93e64e14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,9 @@ jobs:
swap-size-mb: 128 swap-size-mb: 128
remove-dotnet: 'true' remove-dotnet: 'true'
remove-haskell: 'true' remove-haskell: 'true'
remove-android: 'true' # 如果空间还是不够用,可以把以下开启,清理出更多空间
# remove-android: 'true'
# remove-codeql: 'true'
build-mount-path: '/var/lib/docker/' build-mount-path: '/var/lib/docker/'
- name: Restart docker - name: Restart docker