setup-fpm icon indicating copy to clipboard operation
setup-fpm copied to clipboard

GitHub Action to setup the Fortran Package Manager for CI on Ubuntu, MacOS and Windows.

Results 3 setup-fpm issues
Sort by recently updated
recently updated
newest added

Hi, I ran an action using setup-fpm@v5 and got the following warning: >Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: fortran-lang/setup-fpm@v5. For more information...

This PR adds an example fpm package that is built and executed using the GitHub action. - [x] Add example fpm package. - [x] Fix missing dependencies on `macOS`. -...

I think it would be desirable for this action to test that the fpm executable is also capable of building a simple project before completing. I recently had a situation...