Skip to content

Commit

Permalink
Merge pull request #579 from thompson-tomo/chore/fixPipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
oformaniuk authored Apr 3, 2024
2 parents 837fc18 + 7bda9d6 commit 9cf1672
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
dotnet-version: |
2.1.x
3.1.x
6.0.x
- name: Clean package cache as a temporary workaround for https://github.com/actions/setup-dotnet/issues/155
working-directory: ./source
run: dotnet clean -c Release && dotnet nuget locals all --clear
Expand Down

0 comments on commit 9cf1672

Please sign in to comment.