Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Point CI to the same global.json
Browse files Browse the repository at this point in the history
RReverser committed Dec 11, 2024
1 parent 5130be5 commit eaa85b1
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ jobs:
- name: Install .NET toolchain
uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.x"
global-json-file: modules/global.json
env:
DOTNET_INSTALL_DIR: ~/.dotnet

6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
- uses: dsherret/rust-toolchain-file@v1
- uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.x"
global-json-file: modules/global.json
- name: Start containers
run: docker compose up -d
- name: Run smoketests
@@ -70,7 +70,7 @@ jobs:

- uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.x"
global-json-file: modules/global.json

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

- uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.x"
global-json-file: modules/global.json

- name: Create /stdb dir
run: |

0 comments on commit eaa85b1

Please sign in to comment.