diff options
-rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index ab03c5c..cd1e4b7 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -30,9 +30,9 @@ jobs: c_compiler: gcc defaults: - run: - if: matrix.os == 'windows-latest' - shell: msys2 {0} + - if: runner.os == 'Windows' + run: + shell: msys2 {0} steps: - uses: actions/checkout@v4 |