diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-10-05 17:08:02 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-10-05 17:08:02 +0200 |
commit | d49d1b6b1cf6de9577816397db3c41f6e93aa4e6 (patch) | |
tree | 03179cd65902935a83ecf6984e33a73bb3e3a037 | |
parent | 1b9479197d43785c550c1d722c476468672090b5 (diff) | |
download | embassy-d49d1b6b1cf6de9577816397db3c41f6e93aa4e6.zip |
ci/doc: build embassy-time too.
-rw-r--r-- | .github/workflows/doc.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 49e1cf71..eb460e73 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -72,6 +72,7 @@ jobs: builder ./embassy-nrf crates/embassy-nrf/git.zup builder ./embassy-rp crates/embassy-rp/git.zup builder ./embassy-sync crates/embassy-sync/git.zup + builder ./embassy-time crates/embassy-time/git.zup builder ./embassy-usb crates/embassy-usb/git.zup builder ./embassy-usb-driver crates/embassy-usb-driver/git.zup |