From 5c06e3cc4875e84ab6b5e7068b097a5418409037 Mon Sep 17 00:00:00 2001 From: "Jan W. Krieger" Date: Tue, 23 Apr 2024 12:40:55 +0200 Subject: [PATCH] Update build_msvc.yml --- .github/workflows/build_msvc.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_msvc.yml b/.github/workflows/build_msvc.yml index cd97f86..3964e7c 100644 --- a/.github/workflows/build_msvc.yml +++ b/.github/workflows/build_msvc.yml @@ -36,8 +36,8 @@ jobs: cd output cd Release ls - tinytiffwriter_test --simple - tinytiffreader_test --simple + tinytiffwriter_test.exe --simple + tinytiffreader_test.exe --simple # ctest -C Release -LE explicitonly --output-on-failure - name: Run Debug tests run: | @@ -45,8 +45,8 @@ jobs: cd output cd Debug ls - tinytiffwriter_test --simple - tinytiffreader_test --simple + tinytiffwriter_test.exe --simple + tinytiffreader_test.exe --simple # ctest -C Debug -LE explicitonly --output-on-failure - name: Install run: |