Skip to content

Commit

Permalink
GitHub action edit, updated to build correctly on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavllick committed Dec 22, 2024
1 parent 94fd03a commit 12f3509
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.203

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Set up Mono for MSBuild
run: |
sudo apt update
sudo apt install -y mono-complete
msbuild -version
- name: Restore dependencies
run: msbuild /t:Restore
Expand Down

0 comments on commit 12f3509

Please # to comment.