CI: Install hub in upload release step

This commit is contained in:
Jonas Kvinge 2023-10-11 17:37:47 +02:00
parent 26ff9f6b53
commit 53e3664726

View File

@ -1696,8 +1696,11 @@ jobs:
- build-windows-mingw
- build-windows-msvc
steps:
- name: Install rsync
run: sudo apt install -y rsync
- name: Install packages
env:
DEBIAN_FRONTEND: noninteractive
run: sudo apt install -y git rsync hub
- name: Checkout
uses: actions/checkout@v4