Skip to content

Commit c97b570

Browse files
committed
ci: use ninja where necessary
1 parent 31afd32 commit c97b570

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/windows.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ jobs:
133133
steps:
134134
- uses: actions/checkout@v3
135135

136-
- uses: ashutoshvarma/setup-ninja@master
137-
with:
138-
version: 1.10.0
139-
140136
- name: Cache METIS
141137
if: matrix.metis == 'metis'
142138
id: cache-metis
@@ -186,6 +182,7 @@ jobs:
186182
wget
187183
mingw-w64-${{matrix.env}}-ccache
188184
mingw-w64-${{matrix.env}}-gcc-fortran
185+
mingw-w64-${{matrix.env}}-ninja
189186
190187
- name: Cache LAPACK
191188
id: cache-lapack

0 commit comments

Comments
 (0)