Skip to content

Commit f79c3a5

Browse files
committed
fix windows build
1 parent df5a591 commit f79c3a5

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
@@ -16,6 +16,7 @@ on:
1616
branches:
1717
- sam/mise-protoc-gen-go
1818
- aaron/fix-windows
19+
- aaron/fix-windows-cli-build
1920
env:
2021
MACOSX_DEPLOYMENT_TARGET: "10.13"
2122
# Turbo remote caching
@@ -72,6 +73,7 @@ jobs:
7273
uses: actions/checkout@v4
7374

7475
- name: Setup Tools
76+
if: matrix._.os != 'windows-2022'
7577
uses: ./.github/actions/setup-tools
7678

7779
- name: Setup Rust

0 commit comments

Comments
 (0)