From f628a12e8738b43249eb573f74978db555b6e9ed Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 30 Jan 2026 21:37:07 +0000 Subject: [PATCH] fix workflow --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e9b8de1..90a1539 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,12 +19,12 @@ jobs: apt -y --no-install-recommends install build-essential gcc make - name: Build - run: make + run: make all - name: Verify Binaries run: | echo "=== Built binaries ===" ls -la build/ echo "" - echo "=== Version check (cnhelp) ===" - ./build/cnhelp + echo "=== Version check (cordle) ===" + ./build/cordle --help