Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila authored Jan 24, 2024
1 parent 69e9517 commit 4a967d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
steps:
- name: Setup Mono
if: runner.os == 'Windows'
run: choco install mono -y && set PATH="%PATH%;C:\Program Files\Mono\bin"
run: choco install mono -y && setx PATH "%PATH%;C:\Program Files\Mono\bin"
- name: Setup .NET 6
uses: actions/setup-dotnet@main
with:
Expand Down

0 comments on commit 4a967d1

Please sign in to comment.