Skip to content

Commit 75dd353

Browse files
committed
Fix ci
1 parent 45d1b84 commit 75dd353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- run:
3434
working_directory: cmd/ssl-game-controller
3535
command: |
36+
go get -v github.com/gobuffalo/packr/packr
3637
GOOS=linux GOARCH=amd64 packr build -o ../../release/ssl-game-controller_linux_amd64
3738
GOOS=darwin GOARCH=amd64 packr build -o ../../release/ssl-game-controller_darwin_amd64
3839
GOOS=windows GOARCH=amd64 packr build -o ../../release/ssl-game-controller_windows_amd64.exe

0 commit comments

Comments
 (0)