Browse Source

Turns out I need to specify exact SDK versions

pull/1483/head
FiniteReality 5 years ago
parent
commit
ced6f00fa3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core - name: Setup .NET Core
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: 3.1.3
dotnet-version: 3.1.201


- name: Install dependencies - name: Install dependencies
run: dotnet restore run: dotnet restore


Loading…
Cancel
Save