chore: try to fix ci

This commit is contained in:
ikechan8370 2024-03-21 17:50:39 +08:00
parent d33cace7aa
commit fb6578d243

View File

@ -21,6 +21,9 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Setup JDK 17 - name: Setup JDK 17
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with: