ci: update global workflows (#1730)

This commit is contained in:
LizardByte-bot
2023-10-12 12:22:23 -04:00
committed by GitHub
parent 0c41101521
commit 5840c91248
3 changed files with 33 additions and 18 deletions

View File

@@ -103,7 +103,7 @@ jobs:
uses: easimon/maximize-build-space@v8
with:
root-reserve-mb: 20480
remove-dotnet: 'true'
remove-dotnet: ${{ (matrix.language == 'csharp' && 'false') || 'true' }}
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'false'