Skip to content

Commit 9cf1672

Browse files
authored
Merge pull request #579 from thompson-tomo/chore/fixPipeline
2 parents 837fc18 + 7bda9d6 commit 9cf1672

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
- name: Setup dotnet
1414
uses: actions/setup-dotnet@v1
1515
with:
16-
dotnet-version: 3.1.x
16+
dotnet-version: |
17+
2.1.x
18+
3.1.x
19+
6.0.x
1720
- name: Clean package cache as a temporary workaround for https://github.com/actions/setup-dotnet/issues/155
1821
working-directory: ./source
1922
run: dotnet clean -c Release && dotnet nuget locals all --clear

0 commit comments

Comments
 (0)