From 257821cdc4f8824f4d7913d0a579cf60c1be94c3 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 10 Oct 2025 05:48:29 +0200 Subject: [PATCH] FIx CI --- .github/workflows/artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 6c4e2ff..60b4e25 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -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