Skip to content

Commit a6e456a

Browse files
committed
[ci] Check MASM x86|x64 present in PATH
1 parent 9d4e499 commit a6e456a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ runs:
2727

2828
- name: 'Build dependencies for ${{inputs.solution-name}}_${{inputs.platform-name}}.sln'
2929
working-directory: ${{env.GITHUB_WORKSPACE}}
30-
run: .\build_game_thirdparty.bat ${{inputs.platform-name}}
30+
run: >
31+
where ml.exe
32+
where ml64.exe
33+
# run: .\build_game_thirdparty.bat ${{inputs.platform-name}}
3134
shell: cmd
3235

3336
- name: 'Generate solution ${{inputs.solution-name}}_${{inputs.platform-name}}.sln'

0 commit comments

Comments
 (0)