From 1f0bc841e3efefb44cdc254e36542bebf1cbbbbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sat, 4 Mar 2023 00:34:00 +0100 Subject: [PATCH] ci: Remove reference to rtic_channel --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21b6ff4a69..b24ca324b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -264,9 +264,6 @@ jobs: echo rtic lychee --offline --format detailed $td/api/rtic/ - echo rtic_macros - lychee --offline --format detailed $td/api/rtic_channel/ - echo rtic_common lychee --offline --format detailed $td/api/rtic_common/