From 7506d6df43f27e98e76eb1bb02658ffbc502cd9c Mon Sep 17 00:00:00 2001 From: Hongbo Miao <3375461+hongbo-miao@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:13:36 -0800 Subject: [PATCH] ci(csharp): set DOTNET_ROOT as workaround solution --- .github/workflows/.lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/.lint.yml b/.github/workflows/.lint.yml index 04b04bf2ce..523302182f 100644 --- a/.github/workflows/.lint.yml +++ b/.github/workflows/.lint.yml @@ -281,6 +281,9 @@ jobs: uses: actions/setup-dotnet@v4.1.0 with: global-json-file: hardware-in-the-loop/national-instruments/veristand/VeriStandZeroMQBridge/global.json + env: + # https://github.com/dotnet/sdk/issues/44957 + DOTNET_INSTALL_DIR: ${{ runner.temp }}/.dotnet - name: Install dependencies working-directory: hardware-in-the-loop/national-instruments/veristand/VeriStandZeroMQBridge run: |