From 5733327a96b5d6931952009791e35472bd77202b Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 8 Jun 2024 21:23:25 -0400 Subject: [PATCH] updates --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 9e95520e..06adab49 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -52,4 +52,4 @@ jobs: - name: Compile and run tests Windows if: matrix.info.os == 'windows-latest' - run: cd tests\windows && compile_tests.bat + run: cd tests\windows && .\compile_tests.bat