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 e8f541d commit 99102f3Copy full SHA for 99102f3
1 file changed
.github/workflows/cmake.yml
@@ -30,12 +30,13 @@ jobs:
30
runs-on: ubuntu-latest
31
strategy:
32
matrix:
33
- build_config: ['Debug','Release']
+ build_config: ['Release']
34
defaults:
35
run:
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
40
41
steps:
42
- uses: actions/checkout@v4
@@ -56,6 +57,7 @@ jobs:
56
57
working-directory: source/build
58
- run: cmake --build . --config ${{ matrix.build_config }}
59
60
+ - run: /home/runner/work/vkvg/vkvg/source/build/samples/samples --list-gpus
61
- run: /home/runner/work/vkvg/vkvg/source/build/gunit_tests/unit_tests
62
mac_jorb:
63
runs-on: macos-latest
0 commit comments