aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f44ed43..979fdab 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -263,12 +263,6 @@ jobs:
echo rtic_macros
lychee --offline --format detailed $td/api/rtic_macros/
- echo rtic_arbiter
- lychee --offline --format detailed $td/api/rtic_arbiter/
-
- echo rtic_channel
- lychee --offline --format detailed $td/api/rtic_channel/
-
echo rtic_common
lychee --offline --format detailed $td/api/rtic_common/
@@ -277,6 +271,9 @@ jobs:
echo rtic_monotonics
lychee --offline --format detailed $td/api/rtic_monotonics/
+
+ echo rtic_sync
+ lychee --offline --format detailed $td/api/rtic_sync/
echo rtic_time
lychee --offline --format detailed $td/api/rtic_time/