diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 16:21:53 -0600 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 16:21:53 -0600 |
commit | 62401a9a9d92b3f04c7faa5fbb828f978dfc82ac (patch) | |
tree | 28a3b67af3b462b398f3d978687a89a82f0a601c /.github | |
parent | 3bb8b39eccafc5acb0ee08a201c09aa0e828ce28 (diff) | |
download | fpm-62401a9a9d92b3f04c7faa5fbb828f978dfc82ac.tar.gz fpm-62401a9a9d92b3f04c7faa5fbb828f978dfc82ac.zip |
Use \ 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 784a0d6..a0d99d3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -90,4 +90,4 @@ jobs: - name: Build and run Fortran fpm (Windows) if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos') run: | - call ci/run_tests.bat + call ci\run_tests.bat |