Skip to content

Commit 26a02cf

Browse files
committed
Workaround for github actions
1 parent 19d60e0 commit 26a02cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dotnet.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
- name: Setup dotnet SDK 3.1
2323
uses: actions/setup-dotnet@v1
2424
with:
25-
dotnet-version: 3.1.201
25+
dotnet-version: 3.1.200
26+
- name: .net SxS
27+
run: |
28+
rsync -a ${DOTNET_ROOT/3.1.200/2.1.300}/* $DOTNET_ROOT/
2629
- run: dotnet build --configuration Release
2730
- name: test with dotnet
2831
run: dotnet test /p:CollectCoverage=true /p:ExcludeByFile=\"**/KubernetesClient/generated/**/*.cs\" /p:CoverletOutputFormat="cobertura"

0 commit comments

Comments
 (0)