Fix: use git clone for botlib dependency
Some checks failed
GBCI / build (push) Failing after 28s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-16 17:20:37 -03:00
parent 35bad8aea0
commit 353cf0fe00

View file

@ -16,11 +16,8 @@ jobs:
- uses: actions/checkout@v4
- name: Checkout botlib dependency
uses: actions/checkout@v4
with:
repository: GeneralBots/botlib
path: ../botlib
- name: Clone botlib dependency
run: git clone --depth 1 https://github.com/GeneralBots/botlib.git ../botlib
- name: Cache Cargo registry
uses: actions/cache@v4