Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit c77e730

Browse files
authored
💚 Fix CI build failure
ref: ilammy/msvc-dev-cmd#59 (comment)
1 parent 1747e6f commit c77e730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: mozilla-actions/sccache-action@main
4747

48-
- uses: ilammy/msvc-dev-cmd@master
48+
- uses: ilammy/msvc-dev-cmd@v1
4949
id: msvc-env
5050
if: startsWith(matrix.os, 'windows')
5151

@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
python-version: ${{ matrix.python }}
126126

127-
- uses: ilammy/msvc-dev-cmd@master
127+
- uses: ilammy/msvc-dev-cmd@v1
128128
id: msvc-env
129129
if: startsWith(matrix.os, 'windows')
130130

0 commit comments

Comments
 (0)