Skip to content

Commit

Permalink
ci: add explicit dotnet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed May 15, 2024
1 parent f3a2123 commit ea8c347
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props') }}

- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: |
6
8
dotnet-quality: ga

- name: restore packages
run: dotnet restore

Expand Down

0 comments on commit ea8c347

Please sign in to comment.