This commit is contained in:
parent
30049b94fe
commit
de5e227a21
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
go-version: 'stable' # The Go version to download (if necessary) and use.
|
go-version: 'stable' # The Go version to download (if necessary) and use.
|
||||||
- run: |
|
- run: |
|
||||||
mkdir /workspace/bin
|
mkdir /workspace/bin
|
||||||
export $GOBIN="/workspace/bin"
|
export GOBIN=/workspace/bin
|
||||||
go install github.com/packwiz/packwiz@latest
|
go install github.com/packwiz/packwiz@latest
|
||||||
ls /workspace/bin
|
ls /workspace/bin
|
||||||
cd TrotCraft/client
|
cd TrotCraft/client
|
||||||
|
|
Loading…
Reference in a new issue