1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-03 14:03:52 +00:00

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

This commit is contained in:
Philip Top 2020-11-25 14:41:18 -08:00 committed by GitHub
parent 3bf24c5164
commit 28b35af5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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