mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48: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
|
||||
|
||||
- name: Download deps
|
||||
run: scripts/devtools.sh
|
||||
run: |
|
||||
export PATH=${PATH}:`go env GOPATH`/bin
|
||||
scripts/devtools.sh
|
||||
- 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