Skip to content

Commit

Permalink
ci: Use matrix.cmake-version
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-lunarg committed Nov 21, 2023
1 parent a32b2b4 commit d9542c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d9542c9

Please sign in to comment.