CI: zip is needed on windows for packageing release
This commit is contained in:
parent
6b496e46ef
commit
b4f3eeae70
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: arch-mingw-qt
|
||||
steps:
|
||||
- name: Install dependancies
|
||||
run: pacman -Sy; pacman -S --noconfirm mingw-w64-libusb mingw-w64-pkg-config nodejs
|
||||
run: pacman -Sy; pacman -S --noconfirm mingw-w64-libusb mingw-w64-pkg-config nodejs zip
|
||||
- name: Check out repository code
|
||||
uses: ischanx/checkout@8c80eac3058d03dc5301629e8f7d59ae255d6cc3
|
||||
- name: Checkout libeismultiplexer
|
||||
|
|
Loading…
Reference in a new issue