make builds not stupid

This commit is contained in:
olebeck 2022-08-18 04:00:41 +02:00
parent 52a68c4236
commit 8a000e39e5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
REPO_KEY: ${{ secrets.REPO_KEY }}
- name: build
run: make -j
run: go get && make -j
# create release
- uses: "marvinpinto/action-automatic-releases@latest"