add win dependencies
This commit is contained in:
parent
78bad9b456
commit
fd01ea62f4
5
.github/workflows/cli.yml
vendored
5
.github/workflows/cli.yml
vendored
@ -54,9 +54,10 @@ jobs:
|
||||
- name: Install Dependencies (Windows)
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
mkdir -p $GOPATH/bin
|
||||
md $GOPATH/bin
|
||||
choco install curl
|
||||
choco install wget
|
||||
curl -s https://api.github.com/repos/urfave/gfmrun/releases/latest | grep gfmrun-windows-amd64 | grep download | cut -d '"' -f 4 | wget -O $GOPATH/bin/gfmrun -i -
|
||||
chmod +x $GOPATH/bin/gfmrun
|
||||
npm install markdown-toc
|
||||
|
||||
- name: Run Tests (v1)
|
||||
|
Loading…
Reference in New Issue
Block a user