Skip to content

Commit 7004108

Browse files
committed
fix build
1 parent f79c3a5 commit 7004108

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-cli-release.reusable.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
- name: Checkout
7373
uses: actions/checkout@v4
7474

75+
# This sets up protoc-gen-go for non-Windows builds
76+
# and on windows this seems to hang forever since 0.217.0
7577
- name: Setup Tools
7678
if: matrix._.os != 'windows-2022'
7779
uses: ./.github/actions/setup-tools

0 commit comments

Comments
 (0)