Replace QuaZip (and other archiving operations) with libarchive (#3959)

This commit is contained in:
Seth Flynn
2025-11-27 14:53:59 -05:00
committed by GitHub
48 changed files with 1414 additions and 1464 deletions

View File

@@ -9,7 +9,7 @@ runs:
run: |
sudo apt-get -y update
sudo apt-get -y install \
dpkg-dev \
dpkg-dev libarchive-dev \
ninja-build extra-cmake-modules scdoc \
libqrencode-dev \
appstream libxcb-cursor-dev

View File

@@ -81,7 +81,7 @@ runs:
cmark:p
qrencode:p
tomlplusplus:p
quazip-qt6:p
libarchive:p
- name: List pacman packages (MinGW)
if: ${{ inputs.msystem != '' }}