From 5b52e5d8ff8ab7cb2dcdbb9a2fc63696f2b71167 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 27 May 2025 18:03:08 +0200 Subject: [PATCH] :construction: add nvcc Signed-off-by: Niels Lohmann --- .github/workflows/ubuntu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index b8e43a0e1..4c2b27615 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -271,6 +271,8 @@ jobs: container: nvidia/cuda:12.9.0-devel-ubuntu24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - name: Get latest CMake and ninja + uses: lukka/get-cmake@ea004816823209b8d1211e47b216185caee12cc5 # v4.02 - name: Run CMake run: CXX=nvcc cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On -DJSON_FastTests=ON - name: Build