We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e47b3 commit d78fd03Copy full SHA for d78fd03
.github/workflows/cmake.yml
@@ -36,7 +36,7 @@ jobs:
36
shell: bash
37
env:
38
VULKAN_SDK: ${{ github.workspace }}/VulkanSDK/x86_64
39
- VULKAN_LAYER_PATH: "${{ env.VULKAN_SDK }}/share/vulkan/explicit_layer.d"
+ VULKAN_LAYER_PATH: ${{ github.workspace }}/VulkanSDK/x86_64/share/vulkan/explicit_layer.d"
40
41
steps:
42
- uses: actions/checkout@v4
0 commit comments