forked from microsoft/onnxruntime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paco Wong
committed
Nov 25, 2023
1 parent
8caaffa
commit d1be4f8
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,8 @@ jobs: | |
- name: check Xcode version and Python 3 | ||
run: | | ||
/usr/bin/xcodebuild -version | ||
brew uninstall --ignore-dependencies [email protected] | ||
brew install [email protected] | ||
python3 --version | ||
- name: checkout repository | ||
|
@@ -34,7 +36,7 @@ jobs: | |
- name: create release build | ||
run: | | ||
# Since Python 3.12, distutils is removed | ||
pip3 install setuptools | ||
# pip3 install setuptools | ||
pip3 install -r tools/ci_build/requirements.txt | ||
python3 tools/ci_build/github/apple/build_macabi_framework.py --config=Release --build_dir=$HOME/onnxlibrary/macabi_release_v20230327_2320 \ | ||
--include_ops_by_config=tools/ci_build/github/apple/hws_mobile_package.required_operators.config \ | ||
|