Skip to content

Commit e6b82f9

Browse files
committed
Update workflows
1 parent 0199c60 commit e6b82f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@v4
34-
- uses: ilammy/msvc-dev-cmd@v1
34+
- uses: TheMrMilchmann/setup-msvc-dev@v3
35+
with:
36+
arch: x64
37+
toolset: 14.41
3538

3639
- name: Set reusable strings
3740
id: strings

0 commit comments

Comments
 (0)