mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 20:53:52 +00:00
chore: bump jwlawson/actions-setup-cmake from v1.5 to v1.6 (#548)
Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from v1.5 to v1.6. - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases) - [Commits](https://github.com/jwlawson/actions-setup-cmake/compare/v1.5...0a4250e9746afbf8007d5fc3b26e5b0577e332b9) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f862849488
commit
05fd1a2518
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Add wget
|
- name: Add wget
|
||||||
run: apt-get update && apt-get install -y wget
|
run: apt-get update && apt-get install -y wget
|
||||||
- name: Setup cmake
|
- name: Setup cmake
|
||||||
uses: jwlawson/actions-setup-cmake@v1.5
|
uses: jwlawson/actions-setup-cmake@v1.6
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
|
run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user