We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a147c commit f2272b2Copy full SHA for f2272b2
.github/actions/common-setup/action.yml
@@ -18,6 +18,8 @@ runs:
18
steps:
19
- name: Set up MSVC dev tools on Windows
20
uses: ilammy/msvc-dev-cmd@v1
21
+ with:
22
+ sdk: "10.0.19041.0"
23
24
- shell: bash
25
run: |
.github/workflows/release.yml
@@ -58,6 +58,7 @@ jobs:
58
59
with:
60
arch: ${{matrix.platform == 'aarch64' && 'amd64_arm64' || 'amd64'}}
61
62
63
- name: Change dev tools to host arch (linux and macos)
64
0 commit comments