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: |