Skip to content

Commit 8561d49

Browse files
committed
pg to master
1 parent fa80302 commit 8561d49

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/of.yml

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

apps/projectGenerator

0 commit comments

Comments
 (0)