Skip to content

Commit d78fd03

Browse files
authored
Update cmake.yml
1 parent e1e47b3 commit d78fd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shell: bash
3737
env:
3838
VULKAN_SDK: ${{ github.workspace }}/VulkanSDK/x86_64
39-
VULKAN_LAYER_PATH: "${{ env.VULKAN_SDK }}/share/vulkan/explicit_layer.d"
39+
VULKAN_LAYER_PATH: ${{ github.workspace }}/VulkanSDK/x86_64/share/vulkan/explicit_layer.d"
4040

4141
steps:
4242
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)