Skip to content

Commit

Permalink
ci: setup dotnet versions (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Apr 26, 2024
1 parent 5bd47ca commit 5e23d69
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 @@ -36,6 +36,13 @@ jobs:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}

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

- name: restore
run: dotnet restore

Expand Down

0 comments on commit 5e23d69

Please sign in to comment.