fix windows build

main
Ajitem Sahasrabuddhe 5 years ago
parent 55924039a1
commit 01ba4336a4
No known key found for this signature in database
GPG Key ID: 5B0EE10DAA76876C

@ -54,8 +54,8 @@ jobs:
- name: Install Dependencies (Windows)
if: matrix.os == 'windows-latest'
run: |
md $GOPATH/bin
curl -L -o $GOPATH/bin/gfmrun "https://github.com/urfave/gfmrun/releases/download/v1.2.14/gfmrun-windows-amd64-v1.2.14.exe"
md $GOPATH\bin
curl -L -o $GOPATH\bin\gfmrun.exe "https://github.com/urfave/gfmrun/releases/download/v1.2.14/gfmrun-windows-amd64-v1.2.14.exe"
npm install markdown-toc
- name: Run Tests (v1)

Loading…
Cancel
Save