Update build-tests action to use zint-2.15.0 for ubuntu targets

This commit is contained in:
Jaye Evins
2025-08-16 17:25:28 -04:00
parent 0e7049ed73
commit b6b62fcfb5
+2 -5
View File
@@ -63,11 +63,8 @@ jobs:
sudo apt-get -y install xvfb sudo apt-get -y install xvfb
sudo apt-get -y install pkgconf libqrencode-dev sudo apt-get -y install pkgconf libqrencode-dev
sudo apt-get -y install barcode sudo apt-get -y install barcode
# install zint-2.6.5 from source # install zint-2.15.0 from source
# - 2.6.5 is last version that works with glabels-qt wget https://downloads.sourceforge.net/project/zint/zint/2.15.0/zint-2.15.0-src.tar.gz && tar xzf zint-2.15.0-src.tar.gz && ( cd zint-2.15.0-src && mkdir build && cd build && cmake .. && make && sudo make install )
# - currently must be done before qt installed, because of errors
# trying to build qzint
wget https://downloads.sourceforge.net/project/zint/zint/2.6.5/zint-2.6.5.tar.gz && tar xzf zint-2.6.5.tar.gz && ( cd zint-2.6.5 && mkdir build && cd build && cmake .. && make && sudo make install )
- name: Install optional dependencies (Windows) - name: Install optional dependencies (Windows)
if: startsWith( matrix.os, 'windows-' ) if: startsWith( matrix.os, 'windows-' )