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