mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-16 09:49:46 +03:00
Fix submodule cloning
This commit is contained in:
parent
53cc342bbb
commit
1d68188a9f
1 changed files with 3 additions and 2 deletions
5
.github/workflows/buildnup.yml
vendored
5
.github/workflows/buildnup.yml
vendored
|
@ -48,8 +48,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Get Submodules
|
||||
run: git submodule update --init
|
||||
|
||||
- name: Install Deps
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue