Skip to content

Commit

Permalink
Temp fix for Mono setup (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila authored Feb 5, 2024
1 parent d5b697b commit 24f0881
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 @@ -152,7 +152,7 @@ jobs:
steps:
- name: Setup Mono
if: runner.os == 'Windows'
run: choco install mono -y && Add-Content $env:GITHUB_PATH "C:\Program Files\Mono\bin"
run: choco install mono -y --checksum64 42416430485C1D91BFD4869F8905C70EDBEFCDCC052D8923B64D0D728B8A090A && 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 24f0881

Please sign in to comment.