fix: prepare for 16KB pages

This commit is contained in:
Czarek Nakamoto
2025-09-09 16:27:28 +00:00
committed by Some Random Crypto Guy
parent 2968e45b4c
commit 8c68284aba
2 changed files with 12 additions and 2 deletions

View File

@@ -193,7 +193,8 @@ jobs:
xcode-version: '16.4'
- name: install dependencies
run: |
brew install ccache binutils pigz autoconf automake libtool pkg-config
brew uninstall cmake
brew install cmake ccache binutils pigz autoconf automake libtool pkg-config
- name: Patch sources
run: |
git config --global --add safe.directory '*'
@@ -248,7 +249,8 @@ jobs:
xcode-version: '16.4'
- name: install dependencies
run: |
brew install ccache cmake autoconf automake libtool
brew uninstall cmake
brew install cmake ccache autoconf automake libtool
- name: Patch sources
run: |
git config --global --add safe.directory '*'