fix: prepare for 16KB pages
This commit is contained in:
committed by
Some Random Crypto Guy
parent
2968e45b4c
commit
8c68284aba
6
.github/workflows/full_check.yaml
vendored
6
.github/workflows/full_check.yaml
vendored
@@ -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 '*'
|
||||
|
||||
Reference in New Issue
Block a user