fix gpogh installation

pull/10464/head
Ilya Zuyev 2021-02-16 10:26:38 -08:00
parent 7eda0169b3
commit 08a1547372
2 changed files with 2 additions and 2 deletions

View File

@ -1546,7 +1546,7 @@ jobs:
shell: bash
run: |
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.4.0/gopogh-linux-amd64
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
- name: Install Go
uses: actions/setup-go@v2

View File

@ -1543,7 +1543,7 @@ jobs:
shell: bash
run: |
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.4.0/gopogh-linux-amd64
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
- name: Install Go
uses: actions/setup-go@v2