Skip to content

Commit

Permalink
Merge pull request #712 from nokia/moosq-patch-4
Browse files Browse the repository at this point in the history
install hub before using it
  • Loading branch information
moosq authored Oct 20, 2023
2 parents f68ce11 + e45db64 commit 1c6bfff
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 @@ -27,6 +27,11 @@ jobs:
run: git config --system core.longpaths true
- name: Checkout
uses: actions/checkout@v2
- name: Install hub
run: |
Invoke-WebRequest https://github.com/github/hub/releases/download/v2.14.2/hub-windows-amd64-2.14.2.zip -OutFile hub.zip
Expand-Archive hub.zip -DestinationPath C:\hub
$env:PATH += ";C:\hub"
- name: Download ntt.exe
id: download_exe
shell: bash
Expand Down

0 comments on commit 1c6bfff

Please sign in to comment.