Skip to content

Commit fa58150

Browse files
committed
Switch to use bash on Windows.
1 parent c252c9c commit fa58150

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/meshopt-cmake.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ jobs:
7171
-DCMAKE_OSX_ARCHITECTURES=${{ matrix.cmake-arch }}
7272
7373
- 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
74+
if: matrix.os == 'windows-latest'
75+
shell: bash
76+
run: |
77+
cmake -S . -B build \
78+
-A ${{ matrix.cmake-arch }} \
79+
-DMESHOPT_BUILD_SHARED_LIBS=ON
7980
8081
- name: Build meshoptimizer
8182
run: cmake --build build --config Release

0 commit comments

Comments
 (0)