mirror of
https://github.com/sochix/TLSharp.git
synced 2026-02-08 00:34:17 +01:00
Update main.yml
This commit is contained in:
parent
069fd9c4d7
commit
baedcb2d56
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -35,8 +35,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Nuget.exe
|
||||
uses: warrenbuckley/Setup-Nuget@v1
|
||||
- name: Download Nuget.exe
|
||||
run: Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -OutFile Nuget.exe
|
||||
|
||||
- name: Install Dependencies
|
||||
run: Nuget.exe restore
|
||||
|
|
|
|||
Loading…
Reference in a new issue