From 93b4a8e78efeea4a70f6abc8cf6f840210fff860 Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Sun, 19 Jul 2026 04:27:10 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20fix=20Windows=20CUDA=20DLL=20check=20?= =?UTF-8?q?=E2=80=94=20glm.exe=20=E2=86=92=20colibri.exe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb7e872..f213363 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,8 +110,8 @@ jobs: run: | cd c make colibri CUDA_DLL=1 - test -f glm.exe || { echo "glm CUDA_DLL=1 reported success but produced no exe" >&2; exit 1; } - echo "glm.exe built against the DLL loader" + test -f colibri.exe || { echo "colibri CUDA_DLL=1 reported success but produced no exe" >&2; exit 1; } + echo "colibri.exe built against the DLL loader" web: name: Web UI