Skip to content

Commit

Permalink
CI: Apparently I specify dotnet-version in 3 places
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding committed Nov 15, 2024
1 parent 8ce5bb0 commit 779dde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
dotnet-version: 6.x
dotnet-version: 9.x
- name: Install dependencies
run: dotnet restore -r win-x64
- name: Build
Expand All @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
dotnet-version: 6.x
dotnet-version: 9.x
- id: git-vars
name: Set up environment
shell: bash
Expand Down

0 comments on commit 779dde9

Please sign in to comment.