diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 16:22:47 -0600 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 16:22:47 -0600 |
commit | 706f8a606ae42c162faff4def29cdd187f3b020a (patch) | |
tree | 7784e44523e73f43767ec604cb0f18e0d1054d85 /.github | |
parent | 62401a9a9d92b3f04c7faa5fbb828f978dfc82ac (diff) | |
download | fpm-706f8a606ae42c162faff4def29cdd187f3b020a.tar.gz fpm-706f8a606ae42c162faff4def29cdd187f3b020a.zip |
CI: Use the correct condition on Windows
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/CI.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a0d99d3..172806b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -88,6 +88,6 @@ jobs: ci/run_tests.sh - name: Build and run Fortran fpm (Windows) - if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos') + if: contains(matrix.os, 'windows') run: | call ci\run_tests.bat |