diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 11:56:24 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 11:56:24 -0400 |
commit | f84c1ed5d73d425c475124270fabb327bfefe175 (patch) | |
tree | 726e7def27c1349ffa867f4973f89d0ed20ef503 | |
parent | a62d9afaf53ba6cea1ee3522aeef26c788545f48 (diff) | |
download | stasis-f84c1ed5d73d425c475124270fabb327bfefe175.tar.gz |
Windows CI
-rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index f289c83..ab03c5c 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -30,8 +30,8 @@ jobs: c_compiler: gcc defaults: - if: matrix.os == 'windows-latest' run: + if: matrix.os == 'windows-latest' shell: msys2 {0} steps: |