There was an error while loading. Please reload this page.
1 parent a012405 commit 31a9becCopy full SHA for 31a9bec
1 file changed
.github/workflows/ci.yml
@@ -92,7 +92,9 @@ jobs:
92
name: "Windows ${{ matrix.msvc_version }} MSVC"
93
steps:
94
- uses: actions/checkout@main
95
- - uses: ilammy/msvc-dev-cmd@v1
+ - uses: TheMrMilchmann/setup-msvc-dev@v4
96
+ with:
97
+ arch: x64
98
- name: Build and Test
99
shell: bash
100
run: script/ci.sh run_tests
0 commit comments