We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478f52c commit 962870bCopy full SHA for 962870b
1 file changed
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
cmake --build "build/${{ matrix.platform }}" --target vulkan_samples --config ${{ matrix.build_type }} ${{ env.PARALLEL }}
57
58
build_v2:
59
- name: "Build ${{ matrix.platform }} in ${{ matrix.build_type }}"
+ name: "Build v2 Components ${{ matrix.platform }} in ${{ matrix.build_type }}"
60
strategy:
61
matrix:
62
platform: [windows, ubuntu]
0 commit comments