Skip to content

Commit

Permalink
Run build command in github.workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
pacowong authored Nov 25, 2023
1 parent c1b4213 commit 0c4df60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-xcframework-maccatalyst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
# Since Python 3.12, distutils is removed
# pip3 install setuptools
cd ${{ github.workspace }}
pip install -r tools/ci_build/requirements.txt
python 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 \
Expand Down

0 comments on commit 0c4df60

Please sign in to comment.