Skip to content

Commit

Permalink
ci: fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Dec 1, 2023
1 parent 4dffaae commit cb8ca08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: server/go.mod
go-version: 1.21.4

- run: go mod download

- 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 cb8ca08

Please sign in to comment.