Skip to content

Commit

Permalink
install hub manually (#73)
Browse files Browse the repository at this point in the history
* Update nightlies.yml

* Update nightlies.yml
  • Loading branch information
ringabout authored Oct 9, 2023
1 parent 916a271 commit 0cb6558
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ jobs:
with:
path: nightlies

- name: 'Install dependencies'
run: |
sudo apt-get update
sudo apt-get install -y hub
- name: Restore Nim from cache
id: nim-cache
uses: actions/cache@v3
Expand Down

0 comments on commit 0cb6558

Please sign in to comment.