ci: add Windows Cygwin and msys2 builds to GitHub Actions
[fio.git] / ci / actions-install.sh
index fb3bd141c8ae8e4540833f6ca6078709a6d3fb8c..39395de8b7876b616f9ce8665ac7bc2ccedf79e6 100755 (executable)
@@ -89,6 +89,10 @@ install_macos() {
     pip3 install scipy six statsmodels
 }
 
+install_windows() {
+       pip3 install scipy six statsmodels sphinx
+}
+
 main() {
     if [ "${CI_TARGET_BUILD}" = "android" ]; then
        echo "Installing Android NDK..."