Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vulkan-loader.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: vulkan-loader
version: "1.4.320"
version: "1.4.322"
epoch: 0
description: Vulkan Installable Client Driver (ICD) Loader
copyright:
Expand All @@ -25,7 +25,7 @@ pipeline:
with:
repository: https://github.com/KhronosGroup/Vulkan-Loader
tag: v${{package.version}}
expected-commit: eb5baa53c657b89f515429a8e9b2db246f83d341
expected-commit: 235d1d2cf617af03a2ecbf6e951287595138feda

- runs: |
cmake -B build -G Ninja \
Expand Down
Loading