Skip to content

Commit d0aceb6

Browse files
committed
Output the env vars we set previously
1 parent c0c98f1 commit d0aceb6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/test-action.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,16 @@ jobs:
2828
if [[ -x "$(command -v vkvia)" ]]; then
2929
vkvia --disable_cube_tests;
3030
fi
31+
32+
echo "Vulkan SDK: $VULKAN_SDK"
33+
echo "PATH: $PATH"
34+
35+
echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH"
36+
echo "DYLD_LIBRARY_PATH: $DYLD_LIBRARY_PATH"
37+
38+
echo "VK_ICD_FILENAMES: $VK_ICD_FILENAMES"
39+
40+
echo "VK_ADD_LAYER_PATH: $VK_ADD_LAYER_PATH"
41+
42+
echo "VK_LAYER_PATH: $VK_LAYER_PATH"
3143
shell: bash

0 commit comments

Comments
 (0)