From 3bd6db28fbd1392c2c883b48e7beb783114d0d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Tue, 21 Jul 2020 16:38:22 -0600 Subject: CI: Execute the bat file without "call" --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3