ci: maximize build space
This commit is contained in:
parent
ed99ffd2e1
commit
ee232dc54a
10
.github/workflows/ubuntu.yml
vendored
10
.github/workflows/ubuntu.yml
vendored
@ -132,6 +132,16 @@ jobs:
|
||||
]
|
||||
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
with:
|
||||
remove-dotnet: 'true'
|
||||
remove-android: 'true'
|
||||
remove-haskell: 'true'
|
||||
remove-codeql: 'true'
|
||||
remove-docker-images: 'true'
|
||||
|
||||
- name: Checkout
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Setup
|
||||
|
Loading…
Reference in New Issue
Block a user