Skip to content

Commit

Permalink
ci(csharp): set DOTNET_INSTALL_DIR as workaround solution (#21563)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed Dec 14, 2024
1 parent 1b3d557 commit 3c310c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3c310c5

Please sign in to comment.