Skip to content

Commit

Permalink
Merge pull request #7 from LKedward/update-fpm-v0.6.0
Browse files Browse the repository at this point in the history
Update fpm to v0.6.0
  • Loading branch information
LKedward authored Jul 4, 2022
2 parents 3f57234 + a5bde57 commit 36c2ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/make_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
env:
GCC_DOWNLOAD: "https://github.com/brechtsanders/winlibs_mingw/releases/download/11.2.0-9.0.0-msvcrt-r6/winlibs-x86_64-posix-seh-gcc-11.2.0-mingw-w64-9.0.0-r6.zip"
GIT_DOWNLOAD: "https://github.com/git-for-windows/git/releases/download/v2.35.2.windows.1/MinGit-2.35.2-64-bit.zip"
FPM_DOWNLOAD: "https://github.com/fortran-lang/fpm/releases/download/v0.5.0/fpm-0.5.0-windows-x86_64.exe"
ENVAR_DOWNLOAD: "https://github.com/GsNSIS/EnVar/releases/download/v0.3.1/EnVar-Plugin.zip"

jobs:
Expand Down Expand Up @@ -42,7 +41,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: fortran-lang/fpm
ref: v0.5.0
ref: v0.6.0
path: fpm-src

- name: Install fpm for bootstrapping
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ __Note: the installer takes a little while to startup due to it size, please be
- Optionally add everything to the PATH for the local user
- Includes:
- GCC-GFortran 11.2.0
- Fortran Package Manager v0.5.0
- Fortran Package Manager v0.6.0
- Git for Windows v2.35.2 (_needed for fpm_)
- OpenBLAS (BLAS/LAPACK) v0.3.20-1
- GNU make v4.3
Expand Down

0 comments on commit 36c2ba8

Please sign in to comment.