Skip to content

Commit 637a8ce

Browse files
committed
Android use new glslc
1 parent dc87d22 commit 637a8ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/android-release-artifacts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
9595
FLAVOR="${{ inputs.flavor }}"
9696
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"
97100
export EXECUTORCH_BUILD_VULKAN=ON
98101
fi
99102

0 commit comments

Comments
 (0)