CI: zip is needed on windows for packageing release

This commit is contained in:
Carl Philipp Klemm 2025-09-25 17:37:47 +02:00
parent 6b496e46ef
commit b4f3eeae70

View file

@ -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