We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd2ebe commit a5bde57Copy full SHA for a5bde57
.github/workflows/make_installer.yml
@@ -9,7 +9,6 @@ on:
9
env:
10
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"
11
GIT_DOWNLOAD: "https://github.com/git-for-windows/git/releases/download/v2.35.2.windows.1/MinGit-2.35.2-64-bit.zip"
12
- FPM_DOWNLOAD: "https://github.com/fortran-lang/fpm/releases/download/v0.6.0/fpm-0.6.0-windows-x86_64.exe"
13
ENVAR_DOWNLOAD: "https://github.com/GsNSIS/EnVar/releases/download/v0.3.1/EnVar-Plugin.zip"
14
15
jobs:
@@ -42,7 +41,7 @@ jobs:
42
41
uses: actions/checkout@v2
43
with:
44
repository: fortran-lang/fpm
45
- ref: v0.5.0
+ ref: v0.6.0
46
path: fpm-src
47
48
- name: Install fpm for bootstrapping
0 commit comments