Skip to content

Commit

Permalink
Fix the samples build
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Oct 6, 2020
1 parent 2ee9b57 commit b8b4490
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1.4.0
- name: Setup .NET Core 3.1 SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x

- name: Setup .NET 5.0 SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100-rc.1.20452.10

- name: Build samples
working-directory: samples/core
Expand Down

0 comments on commit b8b4490

Please sign in to comment.