Use go env
correctly
This commit is contained in:
parent
17aa508d22
commit
8c33a078d1
2
.github/workflows/cli.yml
vendored
2
.github/workflows/cli.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
mkdir -p "${GITHUB_WORKSPACE}/.local/bin" && \
|
mkdir -p "${GITHUB_WORKSPACE}/.local/bin" && \
|
||||||
curl -fsSL -o "${GITHUB_WORKSPACE}/.local/bin/gfmrun" "https://github.com/urfave/gfmrun/releases/download/v1.3.0/gfmrun-$(go env GOOS)-$(go env goarch)-v1.3.0" && \
|
curl -fsSL -o "${GITHUB_WORKSPACE}/.local/bin/gfmrun" "https://github.com/urfave/gfmrun/releases/download/v1.3.0/gfmrun-$(go env GOOS)-$(go env GOARCH)-v1.3.0" && \
|
||||||
chmod +x "${GITHUB_WORKSPACE}/.local/bin/gfmrun" && \
|
chmod +x "${GITHUB_WORKSPACE}/.local/bin/gfmrun" && \
|
||||||
npm install -g markdown-toc@1.2.0
|
npm install -g markdown-toc@1.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user