mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
hacking in brew because why not
This commit is contained in:
parent
19a651748b
commit
98b2f9611f
4
.github/workflows/generate-builds.yml
vendored
4
.github/workflows/generate-builds.yml
vendored
@ -263,10 +263,12 @@ jobs:
|
|||||||
if: ${{ !vars.LINUX_RUNNER }}
|
if: ${{ !vars.LINUX_RUNNER }}
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libzip-dev zipcmp zipmerge ziptool ninja-build
|
sudo apt-get install -y 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
|
||||||
|
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
|
brew install libzip
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
Loading…
Reference in New Issue
Block a user