Mercurial > msvpvf
changeset 59:8feb66207b99
Cache MinGW for x86 builds
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Thu, 21 Jul 2022 00:54:39 -0400 |
parents | fcd4b9fe957b |
children | 06d8f805e8f0 |
files | .github/workflows/build.yml |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/build.yml Thu Jul 21 00:46:18 2022 -0400 +++ b/.github/workflows/build.yml Thu Jul 21 00:54:39 2022 -0400 @@ -9,6 +9,12 @@ name: Windows i686 (32-bit) runs-on: windows-latest steps: + - name: Cache MinGW + uses: actions/cache@v3 + with: + path: C:\MinGW + key: MinGW + - name: Setup MinGW run: | curl -L -o mingw-get.tar.xz https://sourceforge.net/projects/mingw/files/Installer/mingw-get/mingw-get-0.6.2-beta-20131004-1/mingw-get-0.6.2-mingw32-beta-20131004-1-bin.zip/download # https://osdn.net/projects/mingw/downloads/68260/mingw-get-0.6.3-mingw32-pre-20170905-1-bin.tar.xz