Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit 83b76a6

Browse files
ci: update global workflows (#82)
1 parent a508244 commit 83b76a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
uses: easimon/maximize-build-space@v8
104104
with:
105105
root-reserve-mb: 20480
106-
remove-dotnet: 'true'
106+
remove-dotnet: ${{ (matrix.language == 'csharp' && 'false') || 'true' }}
107107
remove-android: 'true'
108108
remove-haskell: 'true'
109109
remove-codeql: 'false'

0 commit comments

Comments
 (0)