Add checkout of botlib and botui dependencies in CI
Some checks failed
GBCI / build (push) Failing after 17s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-16 17:00:16 -03:00
parent 6c8fceab02
commit 748aec7882

View file

@ -16,6 +16,18 @@ jobs:
- uses: actions/checkout@v4
- name: Checkout botlib dependency
uses: actions/checkout@v4
with:
repository: GeneralBots/botlib
path: ../botlib
- name: Checkout botui dependency
uses: actions/checkout@v4
with:
repository: GeneralBots/botui
path: ../botui
- name: Cache Cargo registry
uses: actions/cache@v4
with: