mirror of
https://github.com/KhronosGroup/Vulkan-Headers.git
synced 2025-04-09 14:37:00 +00:00
ci: Use matrix.cmake-version
This commit is contained in:
parent
a32b2b412b
commit
8f3149c2ae
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -26,8 +26,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: lukka/get-cmake@latest
|
||||
with:
|
||||
cmakeVersion: ${{ matrix.cmake-version }}
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
- run: cmake -S . -B build -D BUILD_TESTS=ON --log-level=DEBUG -G Ninja
|
||||
- run: cmake -S . -B build -D BUILD_TESTS=ON -G Ninja
|
||||
- run: ctest --test-dir build --output-on-failure
|
||||
|
||||
reuse:
|
||||
|
|
Loading…
Add table
Reference in a new issue