Skip to content

Commit

Permalink
ci: download dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Dec 1, 2023
1 parent 3dd8f3a commit 4dffaae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down

0 comments on commit 4dffaae

Please sign in to comment.