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

Update dotnetcore.yml

- Got a Node run failed error. Changed to full version instead of just 3.1.
This commit is contained in:
Rgebee 2020-01-29 20:04:37 +00:00 committed by GitHub
commit a20d154f96

View file

@ -12,6 +12,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1
dotnet-version: 3.1.100
- name: Build with dotnet
run: dotnet build --configuration Release