Skip to content

Commit

Permalink
Merge pull request #5 from LKedward/gcc-11
Browse files Browse the repository at this point in the history
Update CI process with winlibs gcc 11.2.0
  • Loading branch information
LKedward committed Mar 14, 2022
2 parents fb0e9bd + 74798f1 commit 390a3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [published]

env:
GCC_DOWNLOAD: "https://github.com/brechtsanders/winlibs_mingw/releases/download/10.3.0-12.0.0-9.0.0-r2/winlibs-x86_64-posix-seh-gcc-10.3.0-mingw-w64-9.0.0-r2.zip"
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.33.1.windows.1/MinGit-2.33.1-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"
Expand Down Expand Up @@ -98,4 +98,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: quickstart-fortran-installer.exe
tag: ${{ github.ref }}
overwrite: true
overwrite: true

0 comments on commit 390a3e3

Please sign in to comment.