From d11ddb7c911e36e2eade8fea48e4eee9a74462d0 Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 12 Oct 2025 14:23:00 +0800 Subject: [PATCH] fix(ci): checkout submodules --- .github/workflows/agent-binary.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/agent-binary.yml b/.github/workflows/agent-binary.yml index c1446344..3052d0d0 100644 --- a/.github/workflows/agent-binary.yml +++ b/.github/workflows/agent-binary.yml @@ -25,6 +25,8 @@ jobs: id-token: write steps: - uses: actions/checkout@v4 + with: + submodules: 'recursive' - uses: actions/setup-go@v5 with: go-version-file: go.mod