Commit 639a8add1e248c7337b420ff68572ddb3893e080
Committed by
GitHub
1 parent
05fd1a25
chore: bump jwlawson/actions-setup-cmake from v1.6 to v1.7 (#552)
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.6 | |
| 31 | + uses: jwlawson/actions-setup-cmake@v1.7 | |
| 32 | 32 | - name: Configure |
| 33 | 33 | run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON |
| 34 | 34 | - name: Build | ... | ... |