Skip to content

Commit 92998c1

Browse files
Set .NET core version in Nightly builds
GHA `windows-latest` now use Windows 2022, which does not support `.net 2.1`. Setting the version in the workflow to see if that fixes it.
1 parent 2d0a1a5 commit 92998c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.x
3944

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

0 commit comments

Comments
 (0)