Skip to content

Commit 063afbf

Browse files
committed
Debian standalone build: use latest upstream vulkan SDK version
1 parent 80d6c28 commit 063afbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
SDK_VERSION_STANDALONE: 1.4.309.0
9+
SDK_VERSION_STANDALONE: 1.4.325.0
1010
SDK_VERSION_REPO: 1.4.309
1111

1212
jobs:
@@ -31,7 +31,7 @@ jobs:
3131
container:
3232
image: ${{ matrix.os.container }}
3333
env:
34-
SDK_VERSION_STANDALONE: 1.4.309.0
34+
SDK_VERSION_STANDALONE: 1.4.325.0
3535
SDK_VERSION_REPO: 1.4.309
3636

3737
defaults:

0 commit comments

Comments
 (0)