We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79c3a5 commit 7004108Copy full SHA for 7004108
1 file changed
.github/workflows/build-cli-release.reusable.yaml
@@ -72,6 +72,8 @@ jobs:
72
- name: Checkout
73
uses: actions/checkout@v4
74
75
+ # This sets up protoc-gen-go for non-Windows builds
76
+ # and on windows this seems to hang forever since 0.217.0
77
- name: Setup Tools
78
if: matrix._.os != 'windows-2022'
79
uses: ./.github/actions/setup-tools
0 commit comments