Skip to content

Commit

Permalink
chore: fix workload name
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Sep 24, 2024
1 parent f835ac4 commit 6081ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Build ${{ matrix.solution-path }}
solution-path: ${{ matrix.solution-path }}/PrismSample.sln
dotnet-version: 8.0.x
install-workload: maui maui-adndroid maui-ios
install-workload: maui maui-android maui-ios
build-configuration: Debug
artifact-name: ${{ matrix.solution-path }}
run-tests: false

0 comments on commit 6081ba5

Please sign in to comment.