Update .github/workflows/cli.yml
Co-Authored-By: Robert Liebowitz <rliebz@gmail.com>
This commit is contained in:
parent
f0c866e24c
commit
1ba20ea977
2
.github/workflows/cli.yml
vendored
2
.github/workflows/cli.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
mkdir -p $GOPATH/bin
|
mkdir -p $GOPATH/bin
|
||||||
curl -L -o $GOPATH/bin/gfmrun "https://github.com/urfave/gfmrun/releases/download/v1.2.14/gfmrun-$(go env GOOS)-amd64-v1.2.14"
|
curl -L -o $GOPATH/bin/gfmrun "https://github.com/urfave/gfmrun/releases/download/v1.2.14/gfmrun-$(go env GOOS)-amd64-v1.2.14"
|
||||||
chmod +x $GOPATH/bin/gfmrun
|
chmod +x $GOPATH/bin/gfmrun
|
||||||
npm install -g markdown-toc
|
npm install -g markdown-toc@1.2.0
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user