Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kris701 committed Dec 29, 2024
1 parent b5ca675 commit 28696f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dotnet 9
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.0'
dotnet-version: '9.0.x'

- name: Install dependencies
run: dotnet restore
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install dotnet 9
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.0'
dotnet-version: '9.0.x'

- name: Install dependencies
run: dotnet restore
Expand Down

0 comments on commit 28696f4

Please sign in to comment.