1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 12:43:52 +00:00

chore: bump jwlawson/actions-setup-cmake from v1.7 to v1.8 (#560)

Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from v1.7 to v1.8.
- [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases)
- [Commits](https://github.com/jwlawson/actions-setup-cmake/compare/v1.7...8a432c42cf22eb16687b3516b4759e1cf5604f34)

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:
dependabot[bot] 2021-03-04 16:40:04 -05:00 committed by GitHub
parent 639a8add1e
commit 34c4310d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.7 uses: jwlawson/actions-setup-cmake@v1.8
- 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