Skip to content

Commit fa80302

Browse files
committed
missing shell
1 parent e613428 commit fa80302

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/of.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,12 @@ jobs:
119119
- name: Setup MSBuild
120120
uses: microsoft/setup-msbuild@v2
121121
- name: Build DEBUG emptyExample
122+
shell: msys2 {0}
122123
working-directory: ${{env.GITHUB_WORKSPACE}}
123124
run:
124125
msbuild examples/templates/emptyExample/emptyExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
125126
- name: Build DEBUG allAddonsExample
127+
shell: msys2 {0}
126128
working-directory: ${{env.GITHUB_WORKSPACE}}
127129
run:
128130
msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143

0 commit comments

Comments
 (0)