From 8a1bfd44e7c18ebad2b3f3e7fc7e95660a7f1fe8 Mon Sep 17 00:00:00 2001 From: brown Date: Tue, 10 Sep 2024 17:42:42 +0800 Subject: [PATCH] Update merge-trigger-standalone.yaml --- .github/workflows/merge-trigger-standalone.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-trigger-standalone.yaml b/.github/workflows/merge-trigger-standalone.yaml index 2151d15..ee11ae3 100644 --- a/.github/workflows/merge-trigger-standalone.yaml +++ b/.github/workflows/merge-trigger-standalone.yaml @@ -24,8 +24,11 @@ jobs: uses: matrixorigin/CI/actions/setup-env@main with: setup-java: false - - name: GO ENV - run: go env + - name: Set up Go + uses: matrixorigin/CI/actions/setup-env@main + with: + setup-java: false + cache: true - name: Build MatrixOne run: |