Skip to content

Commit 6fa282c

Browse files
committed
action
1 parent 0f9f17f commit 6fa282c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
steps:
2929
- uses: actions/checkout@v3
30-
- name: Install MSVC
31-
uses: TheMrMilchmann/setup-msvc-dev@v2
32-
with:
33-
arch: x86
30+
#- name: Install MSVC
31+
#uses: TheMrMilchmann/setup-msvc-dev@v2
32+
#with:
33+
#arch: x86
3434
- name: Install cross-compilation tools
3535
uses: taiki-e/setup-cross-toolchain-action@v1
3636
with:

0 commit comments

Comments
 (0)