mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 09:30:52 +02:00
add zlib support (currently limited to altera spiOverJtag)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user