We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba6362 commit 291af01Copy full SHA for 291af01
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Add wget
19
run: apt-get update && apt-get install -y wget
20
- name: Get cmake
21
- uses: jwlawson/actions-setup-cmake@v1.11
+ uses: jwlawson/actions-setup-cmake@v1.12
22
- name: Configure
23
run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
24
- name: Build
@@ -36,7 +36,7 @@ jobs:
36
- name: Add deps
37
run: apt-get update && apt-get install make
38
- name: Get CMake
39
40
41
run: cmake -S . -B build -DCLI11_BOOST=ON
42
0 commit comments