make shelfsdk a submodule

This commit is contained in:
Dr.Blank 2024-12-08 01:03:23 +05:30
parent 2a715f6fa8
commit 8581a1bfff
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
6 changed files with 10 additions and 16 deletions

View file

@ -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