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 cad1214 commit 7ad6f35Copy full SHA for 7ad6f35
.github/workflows/android-release-artifacts.yml
@@ -90,7 +90,7 @@ jobs:
90
fi
91
92
FLAVOR="${{ inputs.flavor }}"
93
- if [[ "$FLAVOR" == "vulkan+xnnpack" ]]; then
+ if [[ "$FLAVOR" == "vulkan+xnnpack" || -z "$FLAVOR" ]]; then
94
export EXECUTORCH_BUILD_VULKAN=ON
95
96
0 commit comments