Skip to content

Commit aaada60

Browse files
committed
Update workflows
1 parent 8788261 commit aaada60

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Setup .NET SDK
2020
uses: actions/[email protected]
2121
with:
22+
global-json-file: global.json
2223
dotnet-version: 8.0.x
2324
- name: Download RavenDB Server
2425
run: ./tools/download-ravendb-server.ps1

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Setup .NET SDK
4141
uses: actions/[email protected]
4242
with:
43+
global-json-file: global.json
4344
dotnet-version: 8.0.x
4445
- name: Download RavenDB Server
4546
run: ./tools/download-ravendb-server.ps1

0 commit comments

Comments
 (0)