Skip to content

Commit

Permalink
Fix the test for cuda by updating the version number of a repo that i…
Browse files Browse the repository at this point in the history
…s part of the test. (#543)
  • Loading branch information
phlptp authored Nov 25, 2020
1 parent 3bf24c5 commit 28b35af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
uses: jwlawson/actions-setup-cmake@v1.4
- name: Configure
run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
- name: Build
Expand Down

0 comments on commit 28b35af

Please sign in to comment.