From eaa85b16dbecb891ae941fc647520891956ebdf6 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Wed, 11 Dec 2024 15:11:52 +0000 Subject: [PATCH] Point CI to the same global.json --- .github/workflows/benchmarks.yml | 2 +- .github/workflows/ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index cf8332655e..4ea8e36761 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed34802f60..6e340e5542 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |