Skip to content

Commit 081fc99

Browse files
arthurkehrwaldfreezy
authored andcommitted
Use preinstalled dotnet to build
1 parent e1f6a4b commit 081fc99

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
rid: linux-x64
2424
steps:
2525
- uses: actions/checkout@v2
26-
- uses: actions/setup-dotnet@v1
27-
with:
28-
dotnet-version: '3.1.x'
2926
- name: Build
3027
run: |
3128
dotnet build -c Release -r ${{ matrix.rid }}

0 commit comments

Comments
 (0)