Skip to content

Commit

Permalink
ci: install required dotnet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 30, 2024
1 parent 8c89184 commit fbd7e7e
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 @@ -48,6 +48,13 @@ jobs:
# Look to see if there is a cache hit for the corresponding requirements file
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

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

- name: prepare
run: dotnet restore

Expand Down

0 comments on commit fbd7e7e

Please sign in to comment.