Skip to content

Commit d0a0e61

Browse files
committed
Fix Vulkan-Headers checkout path post-upgrade
1 parent 372b172 commit d0a0e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: move sdk
2020
shell: bash
2121
run: |
22-
mv ../Vulkan-Headers ~/Vulkan-Headers
22+
mv Vulkan-Headers ~/Vulkan-Headers
2323
- name: build main
2424
shell: bash
2525
run: |

0 commit comments

Comments
 (0)