mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
ci: Fix so channel is checked
This commit is contained in:
parent
2f8dcb1b82
commit
0a995e46c7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -261,7 +261,7 @@ jobs:
|
||||||
lychee --offline --format detailed $td/api/rtic/
|
lychee --offline --format detailed $td/api/rtic/
|
||||||
|
|
||||||
echo rtic_macros
|
echo rtic_macros
|
||||||
lychee --offline --format detailed $td/api/rtic_macros/
|
lychee --offline --format detailed $td/api/rtic_channel/
|
||||||
|
|
||||||
echo rtic_common
|
echo rtic_common
|
||||||
lychee --offline --format detailed $td/api/rtic_common/
|
lychee --offline --format detailed $td/api/rtic_common/
|
||||||
|
|
Loading…
Reference in a new issue