Skip to content

Commit 6e41935

Browse files
authored
Add .NET workloads setup for C# in CodeQL workflow
1 parent e42ad8a commit 6e41935

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jobs:
8888
10.x
8989
dotnet-quality: 'ga'
9090

91-
- if: matrix.language == 'csharp'
91+
- name: Setup .NET workloads
92+
if: matrix.language == 'csharp'
9293
shell: bash
9394
run: |
9495
dotnet workload install maui-android maui-ios maui-maccatalyst maui-windows wasm-tools

0 commit comments

Comments
 (0)