mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
Update dotnetcore.yml
This commit is contained in:
parent
42c7755a58
commit
dd613232d3
5
.github/workflows/dotnetcore.yml
vendored
5
.github/workflows/dotnetcore.yml
vendored
@ -9,10 +9,11 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup dotnet 6.x
|
||||
- name: Setup dotnet 6.0.x
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '6.x'
|
||||
dotnet-version: '6.0.x'
|
||||
include-prerelease: true
|
||||
- name: Display dotnet version
|
||||
run: dotnet --version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user