Use `go env` correctly

main
Dan Buch 2 years ago
parent 17aa508d22
commit 8c33a078d1
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -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…
Cancel
Save