create gopath/bin dir
This commit is contained in:
parent
7169ab6062
commit
078d14335a
1
.github/workflows/cli.yml
vendored
1
.github/workflows/cli.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
mkdir -p $GOPATH/bin
|
||||
curl -s https://api.github.com/repos/urfave/gfmrun/releases/latest | grep gfmrun-linux-amd64 | grep download | cut -d '"' -f 4 | wget -O $GOPATH/bin/gfmrun -i -
|
||||
npm install markdown-toc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user