Skip to content

Commit

Permalink
[Build] fix mac os build.
Browse files Browse the repository at this point in the history
  • Loading branch information
reegeek committed Apr 24, 2021
1 parent 2326e86 commit 545f561
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/continuousCore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,27 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1

- name: Setup .NET 2.2
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.2.*

- name: Setup .NET 3.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0.*

- name: Setup .NET 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.*

- name: Setup .NET 5.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.*

- name: Cache .nuke/temp, ~/.nuget/packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 545f561

Please sign in to comment.