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