We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888b765 commit 20ec3acCopy full SHA for 20ec3ac
.github/workflows/android-release-artifacts.yml
@@ -74,9 +74,9 @@ jobs:
74
75
echo -n "$SECRET_EXECUTORCH_MAVEN_SIGNING_GPG_KEY_CONTENTS" | base64 -d > /tmp/secring.gpg
76
77
- FLAVOR="${{ inputs.flavor}}"
+ FLAVOR="${{ inputs.flavor }}"
78
79
- if [[ "${FLAVOR}" == "qnn+xnnpack"]; then
+ if [[ "$FLAVOR" == "qnn+xnnpack" ]]; then
80
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
81
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
82
export EXECUTORCH_BUILD_QNN=ON
0 commit comments