mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-01 05:03:52 +00:00
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>
This commit is contained in:
parent
5ba63620dc
commit
291af01f28
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -18,7 +18,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: Get cmake
|
- name: Get cmake
|
||||||
uses: jwlawson/actions-setup-cmake@v1.11
|
uses: jwlawson/actions-setup-cmake@v1.12
|
||||||
- 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
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: Add deps
|
- name: Add deps
|
||||||
run: apt-get update && apt-get install make
|
run: apt-get update && apt-get install make
|
||||||
- name: Get CMake
|
- name: Get CMake
|
||||||
uses: jwlawson/actions-setup-cmake@v1.11
|
uses: jwlawson/actions-setup-cmake@v1.12
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -S . -B build -DCLI11_BOOST=ON
|
run: cmake -S . -B build -DCLI11_BOOST=ON
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user