Skip to content

Commit

Permalink
Update dotnet-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Nov 17, 2024
1 parent 3e3b3a1 commit 4bfaf2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0.x'
- name: Install .NET MAUI
run: dotnet workload install maui
dotnet-version: '9.0.x'
- name: Restore dependencies
run: dotnet restore ./src/c#/GeneralUpdate.sln
- name: build
Expand Down

0 comments on commit 4bfaf2e

Please sign in to comment.