Skip to content

Commit 59f932d

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ runs:
3636
shell: cmd
3737

3838
- name: '${{inputs.configuration-name}} build solution ${{inputs.solution-name}}_${{inputs.platform-name}}.sln'
39+
uses: glslang/setup-masm@v1
3940
working-directory: ${{env.GITHUB_WORKSPACE}}
4041
run: msbuild ${{inputs.solution-name}}_${{inputs.platform-name}}.sln /m -verbosity:minimal /p:Configuration=${{inputs.configuration-name}} /p:Platform=${{inputs.platform-name}}
4142
shell: cmd

0 commit comments

Comments
 (0)