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