mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
build_osx - note on preinstalled dependencies
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user