Skip to content

Commit 262717d

Browse files
committed
w
1 parent fd393a0 commit 262717d

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.ci/scripts/setup-qnn-deps.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
set -ex
99

1010
source "$(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+
1512
setup_libcpp 12
1613
install_qnn
17-
echo "222Verifying the setup-qnn-deps.sh"
18-
echo ${QNN_SDK_ROOT}
19-
echo "---222Verifying the setup-qnn-deps.sh"

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)