Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank authored Aug 19, 2024
1 parent c110022 commit f77f4fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
- uses: actions/checkout@v4

- name: Setup .NET
if: runner.os != 'MacOS'
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Setup .NET MAC
run: arch -x86_64 brew install --cask dotnet-sdk

- name: Install dependencies
run: |
Expand Down

0 comments on commit f77f4fb

Please sign in to comment.