We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9f17f commit 6fa282cCopy full SHA for 6fa282c
.github/workflows/release.yml
@@ -27,10 +27,10 @@ jobs:
27
runs-on: ${{ matrix.os }}
28
steps:
29
- uses: actions/checkout@v3
30
- - name: Install MSVC
31
- uses: TheMrMilchmann/setup-msvc-dev@v2
32
- with:
33
- arch: x86
+ #- name: Install MSVC
+ #uses: TheMrMilchmann/setup-msvc-dev@v2
+ #with:
+ #arch: x86
34
- name: Install cross-compilation tools
35
uses: taiki-e/setup-cross-toolchain-action@v1
36
with:
0 commit comments