diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e2761b47..532fb953 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,11 +18,11 @@ jobs: steps: - name: Maximize build space uses: AdityaGarg8/remove-unwanted-software@v3 - with: - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' - remove-codeql: 'true' + with: + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' if: ${{ matrix.ci_target == 'viral_assemble' }} - name: Login to GitHub Packages Docker Registry uses: docker/login-action@v1