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 dc87d22 commit 637a8ceCopy full SHA for 637a8ce
.github/workflows/android-release-artifacts.yml
@@ -94,6 +94,9 @@ jobs:
94
95
FLAVOR="${{ inputs.flavor }}"
96
if [[ "$FLAVOR" == "vulkan+xnnpack" || -z "$FLAVOR" ]]; then
97
+ curl -O https://sdk.lunarg.com/sdk/download/1.4.321.1/linux/vulkansdk-linux-x86_64-1.4.321.1.tar.xz
98
+ tar xf vulkansdk-linux-x86_64-1.4.321.1.tar.xz -C /tmp
99
+ export PATH="/tmp/1.4.321.1/x86_64/bin:$PATH"
100
export EXECUTORCH_BUILD_VULKAN=ON
101
fi
102
0 commit comments