1
0
mirror of https://github.com/taigrr/yq synced 2026-03-22 03:02:36 -07:00

Attempt to fix github flow

This commit is contained in:
Mike Farah
2020-04-14 11:33:25 +10:00
parent 11116804c5
commit 7dc3d62bb6

View File

@@ -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