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 9d4e499 commit a6e456aCopy full SHA for a6e456a
.github/actions/build-shared/action.yml
@@ -27,7 +27,10 @@ runs:
27
28
- name: 'Build dependencies for ${{inputs.solution-name}}_${{inputs.platform-name}}.sln'
29
working-directory: ${{env.GITHUB_WORKSPACE}}
30
- run: .\build_game_thirdparty.bat ${{inputs.platform-name}}
+ run: >
31
+ where ml.exe
32
+ where ml64.exe
33
+ # run: .\build_game_thirdparty.bat ${{inputs.platform-name}}
34
shell: cmd
35
36
- name: 'Generate solution ${{inputs.solution-name}}_${{inputs.platform-name}}.sln'
0 commit comments