Skip to content

Commit 83e9b59

Browse files
committed
Don't use standalone vulkan SDK on debian trixie build since this seems to cause CI issues, only use the repository packaged version. Fixes #884.
1 parent 283c8c3 commit 83e9b59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-debian.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
exclude:
2727
- sdk_type: standalone
2828
docs: true
29+
- os: debian
30+
version: trixie
31+
sdk_type: standalone
2932

3033
runs-on: ubuntu-latest
3134
container:

0 commit comments

Comments
 (0)