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 e613428 commit fa80302Copy full SHA for fa80302
.github/workflows/of.yml
@@ -119,10 +119,12 @@ jobs:
119
- name: Setup MSBuild
120
uses: microsoft/setup-msbuild@v2
121
- name: Build DEBUG emptyExample
122
+ shell: msys2 {0}
123
working-directory: ${{env.GITHUB_WORKSPACE}}
124
run:
125
msbuild examples/templates/emptyExample/emptyExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
126
- name: Build DEBUG allAddonsExample
127
128
129
130
msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
0 commit comments