Skip to content

Commit 14a214a

Browse files
authored
Update: fpm to v0.8.2 and update README
1 parent 53fbea0 commit 14a214a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/make_installer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
uses: actions/checkout@v2
4646
with:
4747
repository: fortran-lang/fpm
48-
ref: v0.6.0
48+
ref: v0.8.2
4949
path: fpm-src
5050

5151
- name: Install fpm for bootstrapping
5252
uses: fortran-lang/setup-fpm@v3
5353
with:
54-
fpm-version: 'v0.5.0'
54+
fpm-version: 'v0.8.0'
5555

5656
- name: Build fpm from source with OpenMP
5757
run: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ __Note: the installer takes a little while to startup due to it size, please be
1313
- Installs locally, __no adminstrator account__ required
1414
- Optionally add everything to the PATH for the local user
1515
- Includes:
16-
- GCC-GFortran 11.2.0
17-
- Fortran Package Manager v0.6.0
16+
- GCC-GFortran 12.2.0
17+
- Fortran Package Manager v0.8.2
1818
- Git for Windows v2.35.2 (_needed for fpm_)
1919
- OpenBLAS (BLAS/LAPACK) v0.3.20-1
2020
- GNU make v4.3

0 commit comments

Comments
 (0)