Commit 291af01f284bc87dcb6f42bde48e5f1f8782b475
Committed by
GitHub
1 parent
5ba63620
chore: bump jwlawson/actions-setup-cmake from 1.11 to 1.12 (#695)
Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from 1.11 to 1.12. - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases) - [Commits](https://github.com/jwlawson/actions-setup-cmake/compare/v1.11...v1.12) --- updated-dependencies: - dependency-name: jwlawson/actions-setup-cmake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Showing
1 changed file
with
2 additions
and
2 deletions
.github/workflows/tests.yml
| @@ -18,7 +18,7 @@ jobs: | @@ -18,7 +18,7 @@ jobs: | ||
| 18 | - name: Add wget | 18 | - name: Add wget |
| 19 | run: apt-get update && apt-get install -y wget | 19 | run: apt-get update && apt-get install -y wget |
| 20 | - name: Get cmake | 20 | - name: Get cmake |
| 21 | - uses: jwlawson/actions-setup-cmake@v1.11 | 21 | + uses: jwlawson/actions-setup-cmake@v1.12 |
| 22 | - name: Configure | 22 | - name: Configure |
| 23 | run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON | 23 | run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON |
| 24 | - name: Build | 24 | - name: Build |
| @@ -36,7 +36,7 @@ jobs: | @@ -36,7 +36,7 @@ jobs: | ||
| 36 | - name: Add deps | 36 | - name: Add deps |
| 37 | run: apt-get update && apt-get install make | 37 | run: apt-get update && apt-get install make |
| 38 | - name: Get CMake | 38 | - name: Get CMake |
| 39 | - uses: jwlawson/actions-setup-cmake@v1.11 | 39 | + uses: jwlawson/actions-setup-cmake@v1.12 |
| 40 | - name: Configure | 40 | - name: Configure |
| 41 | run: cmake -S . -B build -DCLI11_BOOST=ON | 41 | run: cmake -S . -B build -DCLI11_BOOST=ON |
| 42 | - name: Build | 42 | - name: Build |