Fix ci go package install (#1722)

Replace `go get` with `go install`
This commit is contained in:
Kareem Farid
2023-04-06 13:41:52 +02:00
committed by GitHub
parent 0925f7506f
commit cb634fd5f6

View File

@@ -29,7 +29,7 @@ jobs:
# Magic Build Dependencies
sudo apt-get install -y tcsh tcl-dev tk-dev libcairo2-dev m4
# GHR (Pushing)
go get -u github.com/tcnksm/ghr
go install github.com/tcnksm/ghr@latest
- name: Build (or Get) PDK
run: |