CI: Install hub in upload release step
This commit is contained in:
parent
26ff9f6b53
commit
53e3664726
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user