Skip to content

Commit f916ea5

Browse files
committed
Setup MSVC
1 parent 65d31f3 commit f916ea5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dist.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ jobs:
133133
key: ${{ matrix.os }}-${{ matrix.architecture }}-${{ matrix.python_version }}
134134
variant: ccache
135135

136+
- name: Setup MSVC
137+
uses: bus1/cabuild/action/msdevshell@e22aba57d6e74891d059d66501b6b5aed8123c4d # v1
138+
with:
139+
architecture: x64
140+
if: runner.os == 'Windows'
141+
136142
- name: Install
137143
shell: bash
138144
working-directory: dist

0 commit comments

Comments
 (0)