create gopath/bin dir

This commit is contained in:
Ajitem Sahasrabuddhe 2019-12-05 23:27:48 +05:30
parent 7169ab6062
commit 078d14335a

View File

@ -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