add libarchive as actions dependency

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2025-07-11 22:51:12 +03:00
parent 2a99bb534f
commit d036bba341
4 changed files with 8 additions and 7 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

@@ -14,7 +14,7 @@ runs:
shell: bash
run: |
brew update
brew install ninja extra-cmake-modules temurin@17
brew install ninja extra-cmake-modules temurin@17 libarchive
- name: Set JAVA_HOME
shell: bash