mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-20 22:05:10 +00:00
Update main.yml
This commit is contained in:
parent
069fd9c4d7
commit
baedcb2d56
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -35,8 +35,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Nuget.exe
|
- name: Download Nuget.exe
|
||||||
uses: warrenbuckley/Setup-Nuget@v1
|
run: Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -OutFile Nuget.exe
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: Nuget.exe restore
|
run: Nuget.exe restore
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue