1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-08 15:53:51 +00:00

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

This commit is contained in:
dependabot[bot] 2021-01-26 01:38:26 -05:00 committed by GitHub
parent 05fd1a2518
commit 639a8add1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
- name: Add wget
run: apt-get update && apt-get install -y wget
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.6
uses: jwlawson/actions-setup-cmake@v1.7
- name: Configure
run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
- name: Build