We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install.sh
2 parents 2d9ef15 + 6abbde1 commit b5f033dCopy full SHA for b5f033d
install.sh
@@ -73,9 +73,9 @@ fi
73
74
LATEST_RELEASE=$(get_latest_release "fortran-lang/fpm" "$FETCH")
75
76
+# Fallback to a latest known release if network timeout
77
if [ -z "$LATEST_RELEASE" ]; then
- echo "Could not fetch the latest release from GitHub. Install curl or wget, and ensure network connectivity."
78
- exit 3
+ LATEST_RELEASE="0.8.0"
79
fi
80
81
SOURCE_URL="https://github.com/fortran-lang/fpm/releases/download/v${LATEST_RELEASE}/fpm-${LATEST_RELEASE}.F90"
0 commit comments