Skip to content

Commit 1d814a3

Browse files
committed
ci: Add MASM to build PATH and allow to build!
1 parent cbe1a0e commit 1d814a3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/actions/build-shared/action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,16 @@ inputs:
1515
runs:
1616
using: "composite"
1717
steps:
18-
- name: Add MSBuild to PATH
18+
- name: Add MSBuild ${{matrix.platform-name}} to PATH
1919
uses: microsoft/setup-msbuild@v2
2020
with:
2121
msbuild-architecture: ${{matrix.platform-name}}
2222

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+
2328
- name: Add cmake / nmake to PATH
2429
uses: ilammy/msvc-dev-cmd@v1
2530
with:

0 commit comments

Comments
 (0)