Skip to content

Commit

Permalink
install hub and other deps
Browse files Browse the repository at this point in the history
Change-Id: I6f50c832bc0f1d49ab69494d76c851a2ca9a4274
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Oct 19, 2023
1 parent d12f2c6 commit dde9ec6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.CHE_INCUBATOR_BOT_GITHUB_TOKEN }}
- name: Set up environment
run: |
sudo apt-get update -y || true
sudo apt-get -y -q install curl bash git hub
hub --version
- name: Install NodeJS
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit dde9ec6

Please sign in to comment.