File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 88set -ex
99
1010source " $( dirname " ${BASH_SOURCE[0]} " ) /../../backends/qualcomm/scripts/install_qnn_sdk.sh"
11- echo " QNN_SDK_ROOT=${QNN_SDK_ROOT} " >> " $GITHUB_ENV "
12- echo " 111Verifying the setup-qnn-deps.sh"
13- echo ${QNN_SDK_ROOT}
14- echo " ---111Verifying the setup-qnn-deps.sh"
11+
1512setup_libcpp 12
1613install_qnn
17- echo " 222Verifying the setup-qnn-deps.sh"
18- echo ${QNN_SDK_ROOT}
19- echo " ---222Verifying the setup-qnn-deps.sh"
Original file line number Diff line number Diff line change @@ -544,7 +544,7 @@ jobs:
544544
545545 BUILD_TOOL="cmake"
546546
547- PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
547+ PYTHON_EXECUTABLE=python source .ci/scripts/setup-qnn-deps.sh
548548 PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
549549
550550 # Setup executorch
You can’t perform that action at this time.
0 commit comments