diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 1b58889..ca3b71f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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