Skip to content

Commit b635369

Browse files
Setup .NET Core
- Set dotnet-version to 2.2.108
1 parent 366b131 commit b635369

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
nightly:
2727

28-
runs-on: windows-2019
28+
runs-on: windows-latest
2929

3030
env:
3131
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
@@ -36,6 +36,11 @@ jobs:
3636
uses: actions/checkout@v2
3737
with:
3838
ref: ${{ github.event.client_payload.ref || github.ref }}
39+
40+
- name: Setup .NET Core
41+
uses: actions/setup-dotnet@v1
42+
with:
43+
dotnet-version: 2.2.108
3944

4045
- name: Build with dotnet
4146
run: dotnet build FirebaseAdmin/FirebaseAdmin

0 commit comments

Comments
 (0)