mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-07-07 18:01:37 +00:00
make shelfsdk a submodule
This commit is contained in:
parent
2a715f6fa8
commit
8581a1bfff
6 changed files with 10 additions and 16 deletions
8
.github/workflows/flutter_release.yaml
vendored
8
.github/workflows/flutter_release.yaml
vendored
|
|
@ -16,13 +16,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Checkout shelfsdk
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: Dr-Blank/shelfsdk
|
||||
path: ./shelfsdk
|
||||
submodules: 'true'
|
||||
|
||||
- name: Set Up Java
|
||||
uses: actions/setup-java@v3.12.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue