aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJuan Ramos <[email protected]>2023-11-20 17:25:07 -0700
committerJuan Ramos <[email protected]>2023-11-20 17:41:58 -0700
commitd9542c985b2f2bcf77cd86fd4568eb7d13e2b1db (patch)
treef1cc1973154efda723e04bf453faf0d7ee52f4c6
parenta32b2b412b48ecd4d05072815dbb2d5de34b5930 (diff)
downloadVulkan-Headers-d9542c985b2f2bcf77cd86fd4568eb7d13e2b1db.tar.gz
Vulkan-Headers-d9542c985b2f2bcf77cd86fd4568eb7d13e2b1db.zip
ci: Use matrix.cmake-version
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 93684dc..205107c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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: