Skip to content

Commit

Permalink
Fix wrong dependency location in build action
Browse files Browse the repository at this point in the history
Analog to the GoReleaser config, change to `github.com/kevinburke/go-bindata`.
  • Loading branch information
HeavyWombat committed Feb 15, 2021
1 parent d958508 commit 5db34fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Get dependencies
run: |
go mod download
go get -u github.com/jteeuwen/go-bindata/...
go get -u github.com/kevinburke/go-bindata/...
make internal/img/font-hack.go
- name: Build
Expand Down

0 comments on commit 5db34fb

Please sign in to comment.