Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vulkan-loader/1.3.259 package update #3947

Merged
merged 2 commits into from
Jul 27, 2023
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.3.257
version: 1.3.259
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: 8b94e87bff136d1d1e4a076c2d3ce8e09ba71546
expected-commit: 84b0aeecb0c6155462e90f7925c4f055f1d45860

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