use npx to run the package instead of npm installing it
This commit is contained in:
parent
0b3b172855
commit
3e125a1865
1
.github/workflows/cli.yml
vendored
1
.github/workflows/cli.yml
vendored
@ -44,7 +44,6 @@ jobs:
|
||||
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"
|
||||
chmod +x $GOPATH/bin/gfmrun
|
||||
npm install markdown-toc
|
||||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user