We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe1a0e commit 1d814a3Copy full SHA for 1d814a3
.github/actions/build-shared/action.yml
@@ -15,11 +15,16 @@ inputs:
15
runs:
16
using: "composite"
17
steps:
18
- - name: Add MSBuild to PATH
+ - name: Add MSBuild ${{matrix.platform-name}} to PATH
19
uses: microsoft/setup-msbuild@v2
20
with:
21
msbuild-architecture: ${{matrix.platform-name}}
22
23
+ - name: Add MASM ${{matrix.platform-name}} to PATH
24
+ uses: Source-Authors/setup-masm@v1.1
25
+ with:
26
+ vs-architecture: ${{matrix.platform-name}}
27
+
28
- name: Add cmake / nmake to PATH
29
uses: ilammy/msvc-dev-cmd@v1
30
0 commit comments