Skip to content

Commit

Permalink
Update merge-trigger-standalone.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
guguducken authored Sep 10, 2024
1 parent b63d495 commit 8a1bfd4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/merge-trigger-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8a1bfd4

Please sign in to comment.