Skip to content

Commit eaa85b1

Browse files
committed
Point CI to the same global.json
1 parent 5130be5 commit eaa85b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install .NET toolchain
8989
uses: actions/setup-dotnet@v3
9090
with:
91-
dotnet-version: "8.x"
91+
global-json-file: modules/global.json
9292
env:
9393
DOTNET_INSTALL_DIR: ~/.dotnet
9494

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: dsherret/rust-toolchain-file@v1
3737
- uses: actions/setup-dotnet@v3
3838
with:
39-
dotnet-version: "8.x"
39+
global-json-file: modules/global.json
4040
- name: Start containers
4141
run: docker compose up -d
4242
- name: Run smoketests
@@ -70,7 +70,7 @@ jobs:
7070

7171
- uses: actions/setup-dotnet@v3
7272
with:
73-
dotnet-version: "8.x"
73+
global-json-file: modules/global.json
7474

7575
- name: Create /stdb dir
7676
run: |
@@ -114,7 +114,7 @@ jobs:
114114

115115
- uses: actions/setup-dotnet@v3
116116
with:
117-
dotnet-version: "8.x"
117+
global-json-file: modules/global.json
118118

119119
- name: Create /stdb dir
120120
run: |

0 commit comments

Comments
 (0)