Skip to content

Commit

Permalink
[actions] Update host toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
starg2 committed Apr 18, 2024
1 parent 3bb6b1f commit dce0bfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit dce0bfa

Please sign in to comment.