Skip to content

Commit 0d1881e

Browse files
committed
Use ninja on MSYS CI
1 parent 29e7732 commit 0d1881e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/cmake.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v4
5353

54-
- name: Set shell
55-
shell: bash
56-
run: echo "SHELL=${{ matrix.shell }}" >> $GITHUB_ENV
57-
5854
- name: Install dependencies
5955
if: ${{ matrix.install-deps }}
6056
run: ${{ matrix.install-deps }}
@@ -64,7 +60,7 @@ jobs:
6460
uses: msys2/setup-msys2@v2
6561
with:
6662
msystem: ${{ matrix.msystem }}
67-
pacboy: cmake:p egl-headers:p
63+
pacboy: cmake:p egl-headers:p ninja:p
6864

6965
- name: Configure CMake
7066
if: ${{ ! matrix.msystem }}

0 commit comments

Comments
 (0)