From c7677d34eddd72dd13e033346de45674c548f56c Mon Sep 17 00:00:00 2001 From: Mike Lin Date: Wed, 1 May 2024 11:27:41 -0700 Subject: [PATCH] fix viral_assemble --- .github/workflows/CI.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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