From 1ef839836e3092ba387310913f0a9c32df273d02 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Wed, 19 Aug 2026 11:05:33 +0100 Subject: [PATCH] CI: remove unused library --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed4bc77..e1ad0d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,7 @@ jobs: run: just run-cpp - name: Build cpp example run: | + rm cpp/install/lib/libpetsird.a # unused static lib just cmake_source_dir=ccp/example cmake_build_dir=cpp/example/build build-cpp - id: prep name: Prepare deployment