Skip to content

Commit 58cb9a0

Browse files
authored
CI: Follow major version of ilammy/msvc-dev-cmd to get latest fixes (microsoft#165)
The @v1 tag is maintained with latest changes automatically. Use this tag instead of having to manually update on every minor version.
1 parent 2ba03b3 commit 58cb9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Setup build environment variables using vcvarsall.bat.
3131
- name: Configure MSCV Compiler for ${{ matrix.arch }}
32-
uses: ilammy/msvc-dev-cmd@v1.4.1
32+
uses: ilammy/msvc-dev-cmd@v1
3333
with:
3434
arch: ${{ matrix.arch }}
3535

0 commit comments

Comments
 (0)