From 4f5932b74703eb1ba3739c518997748de36f9420 Mon Sep 17 00:00:00 2001 From: ishland Date: Sun, 29 Oct 2023 15:46:44 +0800 Subject: [PATCH] Fix GHA test --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e7c53c21..74f070f06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 + submodules: true - name: Set up JDK 17 uses: actions/setup-java@v2