Skip to content

Commit

Permalink
Update BuildAll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexiaopeng2002 authored May 23, 2024
1 parent ed16f13 commit 349ca62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/BuildAll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ jobs:
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
steps:
- uses: actions/checkout@v3
- name: Setup Go environment
uses: actions/[email protected]
with:
# Set this option to true if you want the action to always check for the latest available version that satisfies the version spec
check-latest: true

- name: Checkout new tags to branches
id: checkout-tags
Expand Down

0 comments on commit 349ca62

Please sign in to comment.