From 62401a9a9d92b3f04c7faa5fbb828f978dfc82ac 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:21:53 -0600 Subject: Use \ on Windows --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3