diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 979fdab..f895b9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -261,7 +261,7 @@ jobs: lychee --offline --format detailed $td/api/rtic/ echo rtic_macros - lychee --offline --format detailed $td/api/rtic_macros/ + lychee --offline --format detailed $td/api/rtic_channel/ echo rtic_common lychee --offline --format detailed $td/api/rtic_common/ |
