Skip to content

Commit 31a9bec

Browse files
authored
Replace inactive MSVC action (#333)
1 parent a012405 commit 31a9bec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ jobs:
9292
name: "Windows ${{ matrix.msvc_version }} MSVC"
9393
steps:
9494
- uses: actions/checkout@main
95-
- uses: ilammy/msvc-dev-cmd@v1
95+
- uses: TheMrMilchmann/setup-msvc-dev@v4
96+
with:
97+
arch: x64
9698
- name: Build and Test
9799
shell: bash
98100
run: script/ci.sh run_tests

0 commit comments

Comments
 (0)