- workflow had a bug around env vars - was expecting inputs vs env
This commit is contained in:
parent
4a01816864
commit
0e0785fb67
@ -20,9 +20,11 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
GO_INSTALL_COMMANDS: github.com/jake-young-dev/kelp@v0.0.9
|
GO_INSTALL_COMMANDS: github.com/jake-young-dev/kelp@v0.0.9
|
||||||
|
GO_INSTALL_ARCH: amd64
|
||||||
|
GO_INSTALL_PURGE: no
|
||||||
run: |
|
run: |
|
||||||
chmod +x install.sh
|
chmod +x install.sh
|
||||||
./install.sh amd64 no
|
./install.sh
|
||||||
|
|
||||||
- name: "check go version"
|
- name: "check go version"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user