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 69d6ec9 commit 984982a
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 && setx PATH "%PATH%;C:\ProgramData\Chocolatey\Mono\bin"
run: choco install mono -y && Add-Content $env:GITHUB_PATH "C:\Program Files\Mono\bin"
- name: Setup .NET 6
uses: actions/setup-dotnet@main
with:
Expand Down

0 comments on commit 984982a

Please sign in to comment.