This commit is contained in:
parent
35bad8aea0
commit
353cf0fe00
1 changed files with 2 additions and 5 deletions
|
|
@ -16,11 +16,8 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Checkout botlib dependency
|
- name: Clone botlib dependency
|
||||||
uses: actions/checkout@v4
|
run: git clone --depth 1 https://github.com/GeneralBots/botlib.git ../botlib
|
||||||
with:
|
|
||||||
repository: GeneralBots/botlib
|
|
||||||
path: ../botlib
|
|
||||||
|
|
||||||
- name: Cache Cargo registry
|
- name: Cache Cargo registry
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue