diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 12:00:20 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 12:00:20 -0400 |
commit | 550087376299cebd234377304c96fdcd80e6831b (patch) | |
tree | 04d192479faf21e14aac5378c5a46a46267678a5 | |
parent | f84c1ed5d73d425c475124270fabb327bfefe175 (diff) | |
download | ohmycal-550087376299cebd234377304c96fdcd80e6831b.tar.gz |
Windows CI
-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 |