From 740a260708df9e4a220e9a64627385eb32ae35ef Mon Sep 17 00:00:00 2001 From: luoliwoshang <2643523683@qq.com> Date: Wed, 3 Sep 2025 17:26:26 +0800 Subject: [PATCH] ci(release test):with dependency --- .github/workflows/release-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 736f2eab..f297d7e3 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -164,6 +164,9 @@ jobs: goarch: arm64 runs-on: ${{ matrix.os }} steps: + - uses: actions/checkout@v5 + - name: Install dependencies + uses: ./.github/actions/setup-deps - name: Download Platform Artifact uses: actions/download-artifact@v5 with: