Skip to content

Commit 060e1ed

Browse files
committed
add condition
1 parent 85e80ef commit 060e1ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
run: msbuild -m source\MeshLibDotNet.sln -p:Configuration=${{ matrix.config }}
167167

168168
- name: Build .NET examples
169+
if: matrix.runner == 'windows-2022'
169170
run: msbuild -m source\examples\c-sharp-examples\c-sharp-examples.sln -p:Configuration=${{ matrix.config }}
170171

171172
- name: Build MRBind

0 commit comments

Comments
 (0)