Skip to content

Commit c782581

Browse files
authored
fix: gotta manually install hub now
1 parent 2124d76 commit c782581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
MSG: ${{ steps.changelog.outputs.clean_changelog }}
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787
run: |
88+
sudo apt-get update && sudo apt-get install -yq hub
8889
set -x
8990
assets=()
9091
for asset in lambda-*.tgz; do

0 commit comments

Comments
 (0)