Skip to content

Commit

Permalink
ci: setup a specific .NET Core
Browse files Browse the repository at this point in the history
  • Loading branch information
pwall2222 committed Nov 21, 2023
1 parent e9f1ed4 commit 93166d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
submodules: true
ref: ${{ env.TAG }}
- name: Setup .NET Core SDK 6.0.x
- name: Setup .NET Core SDK 6.0.400
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 6.0.400
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 93166d4

Please sign in to comment.