Commit 28b35af5ea53a9ea126dcc16ad948d41fdcec3dd

Authored by Philip Top
Committed by GitHub
1 parent 3bf24c51

Fix the test for cuda by updating the version number of a repo that is part of the test. (#543)

Showing 1 changed file with 1 additions and 1 deletions
.github/workflows/tests.yml
... ... @@ -28,7 +28,7 @@ jobs:
28 28 - name: Add wget
29 29 run: apt-get update && apt-get install -y wget
30 30 - name: Setup cmake
31   - uses: jwlawson/actions-setup-cmake@v1.3
  31 + uses: jwlawson/actions-setup-cmake@v1.4
32 32 - name: Configure
33 33 run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
34 34 - name: Build
... ...