fix workflow
All checks were successful
Build / build (push) Successful in 13s

This commit is contained in:
Greg Gauthier 2026-01-30 21:37:07 +00:00
parent 0bfdcd9b83
commit f628a12e87

View File

@ -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