tidy up workflow to address new restrictions (#2299)

This commit is contained in:
Brendan Forster
2021-02-13 16:53:15 -04:00
committed by GitHub
parent 7400420c92
commit 8124bd4e80

View File

@@ -13,9 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1.4.0
with:
dotnet-version: 3.1.201
uses: actions/setup-dotnet@v1
- name: Build with dotnet
run: ./build.sh --linksources=true --verbosity=verbose