Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Jan 21, 2021
1 parent b6f1865 commit 2f4b378
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
dotnet-version: '5.0.x'

- name: Setup msbuild
uses: microsoft/setup-msbuild@v1
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
dotnet-version: '5.0.x'

- name: setup-xamarin
uses: maxim-lobanov/setup-xamarin@v1.1
uses: maxim-lobanov/setup-xamarin@v1
with:
mono-version: latest
xamarin-mac-version: latest
Expand Down

0 comments on commit 2f4b378

Please sign in to comment.