mirror of
https://github.com/sochix/TLSharp.git
synced 2026-01-07 01:09:57 +01:00
Update CI.yml
This commit is contained in:
parent
9c8233c28e
commit
5f3ff54b5b
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
|
@ -3,8 +3,6 @@ on: [push, pull_request]
|
|||
|
||||
env:
|
||||
NUGET_URL: https://dist.nuget.org/win-x86-commandline/v5.4.0/nuget.exe
|
||||
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -40,7 +38,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Download Nuget.exe
|
||||
run: Invoke-WebRequest -OutFile Nuget.exe $NUGET_URL
|
||||
run: Invoke-WebRequest -OutFile Nuget.exe $NUGET_URL
|
||||
|
||||
- name: Install Dependencies
|
||||
run: ./Nuget.exe restore
|
||||
|
|
|
|||
Loading…
Reference in a new issue