Skip to content

Commit bd55f56

Browse files
committed
Force fetch tags when checking out Vulkan-Headers
This should fix validation of build against different versions of headers.
1 parent d0a0e61 commit bd55f56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
repository: KhronosGroup/Vulkan-Headers
1717
ref: main
1818
path: Vulkan-Headers
19+
fetch-tags: true
1920
- name: move sdk
2021
shell: bash
2122
run: |

0 commit comments

Comments
 (0)