From c625950782912226292ff0b4594565a0877084a5 Mon Sep 17 00:00:00 2001 From: yamashi Date: Sat, 6 Feb 2021 16:55:07 +0100 Subject: [PATCH] Fix windows build? --- .github/workflows/windows.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e9a2aa1..df4ce75 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -47,6 +47,4 @@ jobs: # Run tests - name: Tests - run: | - cd build/windows/${{ matrix.arch }}/${{ matrix.mode }} - Tests.exe + run: build/windows/${{ matrix.arch }}/${{ matrix.mode }}/Tests.exe