Skip to content

Commit

Permalink
install CI tools
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPalmer1 committed Oct 1, 2020
1 parent 7ada5bc commit 71d90d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
go-version: ^1.14
- name: Vendor packages
run: make mod
- name: Install CI utilities
run: make prepare
- name: Compile binaries
run: make compile
- name: Package binaries
Expand Down

0 comments on commit 71d90d2

Please sign in to comment.