cmake is a libzip 1.7.0+ thing, let's see what has it

This commit is contained in:
briaguya 2024-02-19 07:40:45 -05:00
parent 0a5e6a45b9
commit 46bbf79cf8

View File

@ -220,7 +220,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y ninja-build sudo apt-get install -y libzip-dev zipcmp zipmerge ziptool ninja-build
sudo apt-get remove -y cmake sudo apt-get remove -y cmake
wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.sh -O /tmp/cmake.sh wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.sh -O /tmp/cmake.sh
sudo sh /tmp/cmake.sh --prefix=/usr/local/ --exclude-subdir sudo sh /tmp/cmake.sh --prefix=/usr/local/ --exclude-subdir
@ -266,7 +266,7 @@ jobs:
if: ${{ !vars.LINUX_RUNNER }} if: ${{ !vars.LINUX_RUNNER }}
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y ninja-build sudo apt-get install -y libzip-dev zipcmp zipmerge ziptool ninja-build
sudo apt-get remove -y cmake sudo apt-get remove -y cmake
wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.sh -O /tmp/cmake.sh wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.sh -O /tmp/cmake.sh
sudo sh /tmp/cmake.sh --prefix=/usr/local/ --exclude-subdir sudo sh /tmp/cmake.sh --prefix=/usr/local/ --exclude-subdir