From dce0bfa7fce4400207c7798f453be39664995d9b Mon Sep 17 00:00:00 2001 From: starg2 <75976488+starg2@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:15:28 +0900 Subject: [PATCH] [actions] Update host toolchains --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c645729..3a65d610 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,12 +52,12 @@ jobs: uses: actions/cache@v3 with: path: mingw32 - key: v2023-08-08/gcc-13.2.0_i686-win32-dwarf-ucrt + key: v2024-04-10/gcc-13.2.0_i686-win32-dwarf-ucrt - name: Install toolchain (x86) if: ${{ matrix.arch == 'x86' && steps.cache-toolchain-mingw32.outputs.cache-hit != 'true' }} run: | - curl.exe -L -O https://github.com/starg2/mingw64-builds-GHA/releases/download/v2023-08-08/gcc-13.2.0_i686-win32-dwarf-ucrt.zip + curl.exe -L -O https://github.com/starg2/mingw64-builds-GHA/releases/download/v2024-04-10/gcc-13.2.0_i686-win32-dwarf-ucrt.zip 7z e gcc-13.2.0_i686-win32-dwarf-ucrt.zip i686-13.2.0-release-win32-dwarf-ucrt-rt_v12.7z 7z x i686-13.2.0-release-win32-dwarf-ucrt-rt_v12.7z @@ -67,12 +67,12 @@ jobs: uses: actions/cache@v3 with: path: mingw64 - key: v2023-08-08/gcc-13.2.0_x86_64-win32-seh-ucrt + key: v2024-04-10/gcc-13.2.0_x86_64-win32-seh-ucrt - name: Install toolchain (x64) if: ${{ matrix.arch == 'x64' && steps.cache-toolchain-mingw64.outputs.cache-hit != 'true' }} run: | - curl.exe -L -O https://github.com/starg2/mingw64-builds-GHA/releases/download/v2023-08-08/gcc-13.2.0_x86_64-win32-seh-ucrt.zip + curl.exe -L -O https://github.com/starg2/mingw64-builds-GHA/releases/download/v2024-04-10/gcc-13.2.0_x86_64-win32-seh-ucrt.zip 7z e gcc-13.2.0_x86_64-win32-seh-ucrt.zip x86_64-13.2.0-release-win32-seh-ucrt-rt_v12.7z 7z x x86_64-13.2.0-release-win32-seh-ucrt-rt_v12.7z