From 28b35af5ea53a9ea126dcc16ad948d41fdcec3dd Mon Sep 17 00:00:00 2001 From: Philip Top Date: Wed, 25 Nov 2020 14:41:18 -0800 Subject: [PATCH] Fix the test for cuda by updating the version number of a repo that is part of the test. (#543) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c6111723e..61b42ca5a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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