Add checkout of botlib and botserver dependencies in CI
Some checks failed
GBCI / test (push) Failing after 15s
Some checks failed
GBCI / test (push) Failing after 15s
This commit is contained in:
parent
3a81dbce41
commit
e089965272
1 changed files with 12 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue