Add checkout of botlib and botui dependencies in CI
Some checks failed
GBCI / build (push) Failing after 17s
Some checks failed
GBCI / build (push) Failing after 17s
This commit is contained in:
parent
6c8fceab02
commit
748aec7882
1 changed files with 12 additions and 0 deletions
|
|
@ -16,6 +16,18 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: Cache Cargo registry
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue