Skip to content

Commit

Permalink
install requirements during the release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfoehrKn committed Mar 10, 2021
1 parent ad128d5 commit 484db60
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 @@ -15,6 +15,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install make -y
export PATH=${PATH}:`go env GOPATH`/bin
make install-requirements
make check
make build-switcher
echo ::set-output name=latest_release_filtered_tag::${GITHUB_REF##*/}
Expand Down

0 comments on commit 484db60

Please sign in to comment.