Closed
Description
Description
Not sure whether to report the bug here or at the fpm-setup repo, but the latest changes appear to have broken that action.
Expected Behaviour
The action is trying to download the "latest" version of fpm, which is now, presumably the "current" Release, but the binaries don't follow the same naming convention (i.e. fpm-<version>-linux-x86_64
. Is the recommended usage to specify an fpm version with the action, or should something be changed?
Version of fpm
current
Platform and Architecture
Linux, Windows and MacOS
Additional Information
Output from running the action
Run fortran-lang/setup-fpm@v3
with:
github-token: ***
use-haskell: false
fpm-version: latest
fpm-repository: https://github.com/fortran-lang/fpm
env:
FC: gfortran
GCC_V: 11
use-haskell: false
fpm-version: latest
fpm-repository: https://github.com/fortran-lang/fpm
This platform is linux
Fetching fpm from https://github.com/fortran-lang/fpm/releases/download/current/fpm-current-linux-x86_64
Error: Error while trying to fetch fpm - please check that a version exists at the above release url.
undefined
Error: The "path" argument must be of type string. Received type undefined