Adjust os target in ci

This commit is contained in:
Arnaud 2025-10-10 05:40:48 +02:00
parent c1028c95b3
commit 9d8e6f2743
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

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