build_osx - note on preinstalled dependencies

This commit is contained in:
Andrej730
2025-09-25 08:06:49 +02:00
parent 6b705f0448
commit cd57fd4b1d
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: | run: |
brew update brew update
# `xz` is preinstalled. # preinstalled: xz, cmake
brew install git bison autoconf automake libffi findutils brew install git bison autoconf automake libffi findutils
echo "$(brew --prefix findutils)/libexec/gnubin" >> $GITHUB_PATH echo "$(brew --prefix findutils)/libexec/gnubin" >> $GITHUB_PATH