Merge branch 'develop-macready' into macready-to-dev

This commit is contained in:
briaguya
2024-04-19 09:57:29 -04:00
12 changed files with 107 additions and 52 deletions

View File

@@ -288,7 +288,6 @@ jobs:
- name: Install dependencies
if: ${{ !vars.LINUX_RUNNER }}
run: |
sudo apt-get update
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