Add checkout of botlib dependency in CI
Some checks failed
GBCI / build (push) Failing after 12s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-16 17:00:16 -03:00
parent 2979e847b5
commit 35bad8aea0

View file

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