Skip to content

Commit fd393a0

Browse files
committed
env
1 parent c0ef271 commit fd393a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

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

1010
source "$(dirname "${BASH_SOURCE[0]}")/../../backends/qualcomm/scripts/install_qnn_sdk.sh"
11-
11+
echo "QNN_SDK_ROOT=${QNN_SDK_ROOT}" >> "$GITHUB_ENV"
1212
echo "111Verifying the setup-qnn-deps.sh"
1313
echo ${QNN_SDK_ROOT}
1414
echo "---111Verifying the setup-qnn-deps.sh"

.github/workflows/pull.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ jobs:
545545
BUILD_TOOL="cmake"
546546
547547
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
548-
echo "QNN_SDK_ROOT=$QNN_SDK_ROOT" >> $GITHUB_ENV
549548
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
550549
551550
# Setup executorch

0 commit comments

Comments
 (0)