Skip to content

Commit

Permalink
Only install windows
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Nov 15, 2024
1 parent 50a3227 commit c851403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

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

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

0 comments on commit c851403

Please sign in to comment.