hacking in brew because why not

This commit is contained in:
briaguya 2024-02-19 08:00:55 -05:00
parent 19a651748b
commit 98b2f9611f

View File

@ -263,10 +263,12 @@ jobs:
if: ${{ !vars.LINUX_RUNNER }}
run: |
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
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
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install libzip
- uses: actions/checkout@v3
with:
submodules: true