Skip to content

Commit

Permalink
Dont need workload?
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Apr 20, 2024
1 parent 3327bc4 commit 701d424
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:

- name: Install dependencies
run: dotnet restore

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

- name: Build
run: dotnet build --configuration Release --no-restore
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sdk": {
"version": "8.0.0",
"rollForward": "latestMajor",
"allowPrerelease": true
"allowPrerelease": false
}
}

0 comments on commit 701d424

Please sign in to comment.