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 a119de4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ 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: ctest --test-dir build --output-on-failure
Expand Down

0 comments on commit a119de4

Please sign in to comment.