From f81ac9988c880fac3e4ff00ba1d30b21a5ce4045 Mon Sep 17 00:00:00 2001 From: potats0 <42128471+potats0@users.noreply.github.com> Date: Tue, 11 Jul 2023 20:58:43 +0800 Subject: [PATCH] Update CI.yml for test --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 385c6d8..56f262f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Clone repository uses: actions/checkout@master + with: + submodules: 'recursive' - name: Setup Go uses: actions/setup-go@master