mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-06 13:25:42 +00:00
Fixing bad label in github action
This commit is contained in:
parent
2e7f3a4410
commit
ee60557951
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
dep ensure
|
dep ensure
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Download deps
|
- name: Check the build
|
||||||
run: |
|
run: |
|
||||||
export PATH=${PATH}:`go env GOPATH`/bin
|
export PATH=${PATH}:`go env GOPATH`/bin
|
||||||
scripts/devtools.sh
|
scripts/devtools.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user