[CI, Test] Fix nuget task
This commit is contained in:
parent
616b2c60ad
commit
d526f73eb8
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -3,7 +3,7 @@ name: C/C++ CI
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu-build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -13,7 +13,7 @@ jobs:
|
||||||
uses: microsoft/setup-msbuild@v1.1
|
uses: microsoft/setup-msbuild@v1.1
|
||||||
|
|
||||||
- name: setup nuget
|
- name: setup nuget
|
||||||
uses: NuGet/setup-nuget@v1.0.2
|
uses: NuGet/setup-nuget@latest
|
||||||
|
|
||||||
- name: restore project packages
|
- name: restore project packages
|
||||||
run: nuget restore umbra.sln
|
run: nuget restore umbra.sln
|
||||||
|
|
Loading…
Reference in New Issue
Block a user