We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31afd32 commit c97b570Copy full SHA for c97b570
.github/workflows/windows.yml
@@ -133,10 +133,6 @@ jobs:
133
steps:
134
- uses: actions/checkout@v3
135
136
- - uses: ashutoshvarma/setup-ninja@master
137
- with:
138
- version: 1.10.0
139
-
140
- name: Cache METIS
141
if: matrix.metis == 'metis'
142
id: cache-metis
@@ -186,6 +182,7 @@ jobs:
186
182
wget
187
183
mingw-w64-${{matrix.env}}-ccache
188
184
mingw-w64-${{matrix.env}}-gcc-fortran
185
+ mingw-w64-${{matrix.env}}-ninja
189
190
- name: Cache LAPACK
191
id: cache-lapack
0 commit comments