mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Update CI.yml
This commit is contained in:
parent
0b40358234
commit
9c8233c28e
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Download Nuget.exe
|
||||
run: Invoke-WebRequest $NUGET_URL -OutFile Nuget.exe
|
||||
run: Invoke-WebRequest -OutFile Nuget.exe $NUGET_URL
|
||||
|
||||
- name: Install Dependencies
|
||||
run: ./Nuget.exe restore
|
||||
|
|
|
|||
Loading…
Reference in a new issue