Skip to content

Commit

Permalink
Install maui workload in windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Nov 15, 2024
1 parent ba05aec commit 50a3227
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Install maui workload
run: dotnet workload install maui

- name: Cache NuGet packages
uses: actions/cache@v3
Expand Down

0 comments on commit 50a3227

Please sign in to comment.