CI,Cygwin: Install CMake, ninja, and Meson for NumPy build

New NumPy uses CMake through meson, which needs dependencies.
This commit is contained in:
DWesl 2024-03-12 17:45:57 -04:00 committed by GitHub
parent 255b157b97
commit c86fc90452
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,7 @@ jobs:
wget
xorg-server-extra
zlib-devel
ninja cmake meson
- name: Add Lapack to PATH
uses: egor-tensin/cleanup-path@v4