build-all.py - add a note about xz requirement

This commit is contained in:
Andrej730
2025-09-22 12:51:55 +05:00
parent 5a3f809d03
commit e8d924426f
2 changed files with 6 additions and 4 deletions
+1
View File
@@ -42,6 +42,7 @@ jobs:
- name: Install Dependencies
run: |
brew update
# `xz` is preinstalled.
brew install git bison autoconf automake libffi findutils
echo "$(brew --prefix findutils)/libexec/gnubin" >> $GITHUB_PATH