This commit is contained in:
Arnaud 2025-10-10 05:48:29 +02:00
parent b2a483b9fd
commit 257821cdc4
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -74,7 +74,7 @@ jobs:
make libcodex
- name: MSYS2 (Windows i386)
if: runner.os == 'Windows' && matrix.target.cpu == 'i386' && steps.cache-libcodex.outputs.cache-hit != 'true'
if: runner.os == 'windows' && matrix.target.cpu == 'i386' && steps.cache-libcodex.outputs.cache-hit != 'true'
uses: msys2/setup-msys2@v2
with:
path-type: inherit
@ -85,7 +85,7 @@ jobs:
mingw-w64-i686-toolchain
- name: MSYS2 (Windows amd64)
if: matrix.target.nim_os == 'windows' && matrix.target.cpu == 'amd64' && steps.cache-libcodex.outputs.cache-hit != 'true'
if: matrix.target.nim_os == 'windows' && matrix.target.cpu == 'amd64'
uses: msys2/setup-msys2@v2
with:
path-type: inherit