Skip to content

Commit a9b896a

Browse files
committed
cd: specific the python 3.9 for mac build
Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>
1 parent 1bed533 commit a9b896a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/review.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ jobs:
199199
if [ ! -d "$(pwd)/bmf/output/" ]; then
200200
# export LIBRARY_PATH=$(pwd)/opt/binutils/lib:$LIBRARY_PATH
201201
# export CMAKE_PREFIX_PATH=$(pwd)/opt/binutils:$CMAKE_PREFIX_PATH
202+
brew link --force python@3.9
203+
export BMF_PYTHON_VERSION="3.9
202204
pip install setuptools
203205
(cd bmf && git checkout oc && git submodule update --init --recursive && ./build_osx.sh)
204206
else

0 commit comments

Comments
 (0)