We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5a591 commit f79c3a5Copy full SHA for f79c3a5
1 file changed
.github/workflows/build-cli-release.reusable.yaml
@@ -16,6 +16,7 @@ on:
16
branches:
17
- sam/mise-protoc-gen-go
18
- aaron/fix-windows
19
+ - aaron/fix-windows-cli-build
20
env:
21
MACOSX_DEPLOYMENT_TARGET: "10.13"
22
# Turbo remote caching
@@ -72,6 +73,7 @@ jobs:
72
73
uses: actions/checkout@v4
74
75
- name: Setup Tools
76
+ if: matrix._.os != 'windows-2022'
77
uses: ./.github/actions/setup-tools
78
79
- name: Setup Rust
0 commit comments