mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-14 07:08:06 +00:00
Attempt to fix github flow
This commit is contained in:
parent
11116804c5
commit
7dc3d62bb6
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
@ -25,6 +25,10 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Download deps
|
- name: Download deps
|
||||||
run: scripts/devtools.sh
|
run: |
|
||||||
|
export PATH=${PATH}:`go env GOPATH`/bin
|
||||||
|
scripts/devtools.sh
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make local build
|
run: |
|
||||||
|
export PATH=${PATH}:`go env GOPATH`/bin
|
||||||
|
make local build
|
Loading…
Reference in New Issue
Block a user