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 639a8ad commit 34c4310Copy full SHA for 34c4310
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Add wget
29
run: apt-get update && apt-get install -y wget
30
- name: Setup cmake
31
- uses: jwlawson/actions-setup-cmake@v1.7
+ uses: jwlawson/actions-setup-cmake@v1.8
32
- name: Configure
33
run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
34
- name: Build
0 commit comments