From 8a000e39e5797cb8a8cb83e308524c823ccaa44d Mon Sep 17 00:00:00 2001 From: olebeck <31539311+olebeck@users.noreply.github.com> Date: Thu, 18 Aug 2022 04:00:41 +0200 Subject: [PATCH] make builds not stupid --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36dbd7f..9ba59d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"