Skip to content

Commit 24151c8

Browse files
committed
fix: use vulkan_version
1 parent c3d6218 commit 24151c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-tauri-releases.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
if: matrix.platform == 'windows-latest' || matrix.platform == 'ubuntu-22.04'
4747
uses: jakoch/[email protected]
4848
with:
49-
# Use latest Vulkan SDK version
50-
vulkan_version: latest
49+
# Use a stable SDK version (1.3.290.0 is known to work)
50+
# Using 'latest' can fail if the newest version isn't downloadable yet
51+
vulkan_version: 1.3.290.0
5152
# Cache the SDK to speed up builds
5253
cache: true
5354
# Don't install full runtime, just headers/libs for building

0 commit comments

Comments
 (0)