mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-14 07:38:06 +03:00
Update dotnetcore.yml
This commit is contained in:
parent
1a1d023356
commit
42c7755a58
6
.github/workflows/dotnetcore.yml
vendored
6
.github/workflows/dotnetcore.yml
vendored
@ -9,6 +9,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Setup dotnet 6.x
|
||||||
|
uses: actions/setup-dotnet@v1
|
||||||
|
with:
|
||||||
|
dotnet-version: '6.x'
|
||||||
|
- name: Display dotnet version
|
||||||
|
run: dotnet --version
|
||||||
|
|
||||||
- name: setup-msbuild
|
- name: setup-msbuild
|
||||||
uses: microsoft/setup-msbuild@v1
|
uses: microsoft/setup-msbuild@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user