Skip to content

Commit 28b35af

Browse files
authored
Fix the test for cuda by updating the version number of a repo that is part of the test. (#543)
1 parent 3bf24c5 commit 28b35af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Add wget
2929
run: apt-get update && apt-get install -y wget
3030
- name: Setup cmake
31-
uses: jwlawson/actions-setup-cmake@v1.3
31+
uses: jwlawson/actions-setup-cmake@v1.4
3232
- name: Configure
3333
run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
3434
- name: Build

0 commit comments

Comments
 (0)