mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 23:55:06 -04:00
cmake is a libzip 1.7.0+ thing, let's see what has it
This commit is contained in:
parent
0a5e6a45b9
commit
46bbf79cf8
4
.github/workflows/generate-builds.yml
vendored
4
.github/workflows/generate-builds.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user