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 17e7eb7 commit 6e95941Copy full SHA for 6e95941
.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