Skip to content

Commit b9d8e2d

Browse files
committed
Remove GitHub CI workarounds
1 parent 2720e3a commit b9d8e2d

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,7 @@ jobs:
1515
- name: Setup dotnet
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: '2.1.803'
19-
- name: Setup dotnet
20-
uses: actions/setup-dotnet@v1
21-
with:
22-
dotnet-version: '3.1.101'
23-
24-
# workaround for using multiple dotnet core installs https://github.com/actions/setup-dotnet/issues/25
25-
- name: .net SxS
26-
run: rsync -a ${DOTNET_ROOT/3.1.101/2.1.803}/* $DOTNET_ROOT/
27-
28-
# workaround for dotnet tools not being on path https://github.com/actions/virtual-environments/issues/213
29-
- name: add .dotnet/tools to path
30-
run: echo "::set-env name=PATH::${PATH}:${HOME}/.dotnet/tools"
18+
dotnet-version: '3.1.201'
3119

3220
- run: dotnet tool install -g Codecov.Tool
3321

0 commit comments

Comments
 (0)