Skip to content

Commit e1e47b3

Browse files
committed
add gunit tests to github action
1 parent 2e2c8c1 commit e1e47b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: "${{ env.VULKAN_SDK }}/share/vulkan/explicit_layer.d"
4040

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

0 commit comments

Comments
 (0)