Skip to content

Commit

Permalink
up windows 2022-10-02
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Oct 2, 2022
1 parent 6d88ba3 commit 747d693
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Install Dependences
run: |
git submodule update --init --recursive --remote
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 747d693

Please sign in to comment.