fix macos typo
This commit is contained in:
parent
1a724c9d6e
commit
bac545cf3d
2
.github/workflows/cli.yml
vendored
2
.github/workflows/cli.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
npm install markdown-toc
|
npm install markdown-toc
|
||||||
|
|
||||||
- name: Install Dependencies (Mac)
|
- name: Install Dependencies (Mac)
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
run: |
|
run: |
|
||||||
mkdir -p $GOPATH/bin
|
mkdir -p $GOPATH/bin
|
||||||
curl -s https://api.github.com/repos/urfave/gfmrun/releases/latest | grep gfmrun-darwin-amd64 | grep download | cut -d '"' -f 4 | wget -O $GOPATH/bin/gfmrun -i -
|
curl -s https://api.github.com/repos/urfave/gfmrun/releases/latest | grep gfmrun-darwin-amd64 | grep download | cut -d '"' -f 4 | wget -O $GOPATH/bin/gfmrun -i -
|
||||||
|
Loading…
Reference in New Issue
Block a user