From ee1dd1309d929be98c183a71da41f26a8ae64c3e Mon Sep 17 00:00:00 2001 From: Cameron Will Date: Sun, 22 Feb 2026 22:57:43 -0500 Subject: [PATCH] chore: Install built deb for testing --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47c02ab..cb81e9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,6 +100,11 @@ jobs: mkdir -p build mv ../meshcore-uconsole_*.deb build/ + - name: Install and verify package + run: | + apt-get install -y ./build/*.deb + meshcore-console --version + - name: Upload artifact uses: actions/upload-artifact@v4 with: