diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-03-02 21:56:07 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-02 21:56:07 +0100 |
| commit | 0a995e46c70dc193955d358d55cb111c2bba9505 (patch) | |
| tree | a419f54013b6bd1b5cc75b3f673c2136d93439f5 /.github/workflows/build.yml | |
| parent | 2f8dcb1b82c85688bd55826e9a0c47827bf6cc87 (diff) | |
ci: Fix so channel is checked
Diffstat (limited to '.github/workflows/build.yml')
| -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/ |
