diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fdbc7f..f8ec9e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,9 @@ jobs: - name: Change directory to server run: cd server + - name: Download dependencies + run: go mod download + - name: Build binaries (Windows amd64) run: GOOS=windows GOARCH=amd64 go build -o cmd/bugbuddy-windows-amd64.exe .