Skip to content

Commit

Permalink
Add dotnet tools to path
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Nov 17, 2024
1 parent a5da614 commit 747dee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
Remove-Item -Recurse -Force bonsai\*
move bonsai-files\* bonsai
- name: Add .NET tools to PATH
run: |
$env:PATH += ";C:\Users\runner\.dotnet\tools"
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
Expand Down

0 comments on commit 747dee4

Please sign in to comment.