diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 16:38:22 -0600 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 16:38:22 -0600 |
commit | 3bd6db28fbd1392c2c883b48e7beb783114d0d06 (patch) | |
tree | d85fc31f6f3a48c64205b33473c8fd55eb916de2 /.github | |
parent | 2506e0a8c1ffff60a7058142ac2f2d5325395085 (diff) | |
download | fpm-3bd6db28fbd1392c2c883b48e7beb783114d0d06.tar.gz fpm-3bd6db28fbd1392c2c883b48e7beb783114d0d06.zip |
CI: Execute the bat file without "call"
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 172806b..4666022 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, 'windows') run: | - call ci\run_tests.bat + ci\run_tests.bat |