ci: fix Windows CUDA DLL check — glm.exe → colibri.exe

This commit is contained in:
ZacharyZcR
2026-07-19 04:27:10 +08:00
parent e486574442
commit 93b4a8e78e
+2 -2
View File
@@ -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