Add checkout of botlib and botserver dependencies in CI
Some checks failed
GBCI / test (push) Failing after 15s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-16 17:00:15 -03:00
parent 3a81dbce41
commit e089965272

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 botserver dependency
uses: actions/checkout@v4
with:
repository: GeneralBots/botserver
path: ../botserver
- name: Cache Cargo registry
uses: actions/cache@v4
with: