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 c252c9c commit fa58150Copy full SHA for fa58150
.github/workflows/meshopt-cmake.yml
@@ -71,11 +71,12 @@ jobs:
71
-DCMAKE_OSX_ARCHITECTURES=${{ matrix.cmake-arch }}
72
73
- name: Configure meshoptimizer (Windows)
74
- if: matrix.os == 'windows-latest'
75
- run: |
76
- cmake -S . -B build \
77
- -A ${{ matrix.cmake-arch }} \
78
- -DMESHOPT_BUILD_SHARED_LIBS=ON
+ if: matrix.os == 'windows-latest'
+ shell: bash
+ run: |
+ cmake -S . -B build \
+ -A ${{ matrix.cmake-arch }} \
79
+ -DMESHOPT_BUILD_SHARED_LIBS=ON
80
81
- name: Build meshoptimizer
82
run: cmake --build build --config Release
0 commit comments