add zlib support (currently limited to altera spiOverJtag)

This commit is contained in:
Gwenhael Goavec-Merou
2021-11-25 08:11:50 +01:00
parent 70e9671b3a
commit 7a19f94f19
6 changed files with 131 additions and 8 deletions
+4 -2
View File
@@ -34,7 +34,8 @@ jobs:
libhidapi-dev \
libudev-dev \
pkg-config \
tree
tree \
zlib1g-dev
- name: '🚧 Build tarball'
run: |
@@ -86,7 +87,8 @@ jobs:
sudo apt install -y \
libftdi1-2 \
libhidapi-hidraw0 \
udev
udev \
zlib1g
- name: '📥 Download artifact: package'
uses: actions/download-artifact@v2