Skip to content

Commit 9f42e7a

Browse files
Fix CI (#535)
1 parent 386bfd6 commit 9f42e7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.1.301
18+
dotnet-version: 3.1.412
1919
- name: Build
2020
run: dotnet build -c Release
2121
- name: Test

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: 3.1.301
15+
dotnet-version: 3.1.412
1616
- name: Install SignClient tool
1717
run: dotnet tool install --tool-path . SignClient
1818
- name: Install NBGV tool

0 commit comments

Comments
 (0)