1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Attempt to fix git workflow

This commit is contained in:
Mike Farah 2020-02-26 10:46:37 +11:00
parent 08f6a90603
commit 125d04a75b

View File

@ -24,5 +24,7 @@ jobs:
dep ensure
fi
- name: Download deps
run: scripts/devtools.sh
- name: Build
run: make local test
run: make local build