Skip to content

Commit

Permalink
Add workloads for MAUI and iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjorjo authored Jan 3, 2025
1 parent cd6cbc3 commit 4883150
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
with:
dotnet-version: 9

- if: matrix.language == 'csharp'
run: |
dotnet workload install ios --ignore-failed-sources
dotnet workload install maui --ignore-failed-sources
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 4883150

Please sign in to comment.