diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 85865c71..efc6c4e5 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.5 + uses: jwlawson/actions-setup-cmake@v1.6 - name: Configure run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON - name: Build