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 1818e0d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ 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
- run: cmake -S . -B build -D BUILD_TESTS=ON -G Ninja
- run: ctest --output-on-failure
working-directory: build

reuse:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1818e0d

Please sign in to comment.