Watch
2
0
Fork
You've already forked raylib-cs
0

Update dotnetcore.yml

- Changed back to just one version of .NET Core.
This commit is contained in:
Rgebee 2020-01-29 19:58:21 +00:00 committed by GitHub
commit 72eaf6cf34

View file

@ -7,16 +7,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
matrix:
dotnet: [ '2.1', '3.1' ]
name: Dotnet ${{ matrix.dotnet }} build
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Setup .NET Core - name: Setup .NET Core
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: ${{ matrix.dotnet }} dotnet-version: 3.1
- name: Build with dotnet - name: Build with dotnet
run: dotnet build --configuration Release run: dotnet build --configuration Release