From 487616f65726f5093a925c1e248ba5dafc7d88d6 Mon Sep 17 00:00:00 2001 From: zoff99 Date: Wed, 17 Jul 2024 17:49:50 +0200 Subject: [PATCH] fix CI --- .github/workflows/amalgamation_test_win64_vcpkg.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/amalgamation_test_win64_vcpkg.yml b/.github/workflows/amalgamation_test_win64_vcpkg.yml index c83b91599a..83fb97b492 100644 --- a/.github/workflows/amalgamation_test_win64_vcpkg.yml +++ b/.github/workflows/amalgamation_test_win64_vcpkg.yml @@ -66,6 +66,7 @@ jobs: cd amalgamation/ pwd ls -al - ./amalgamation_test.exe + ./amalgamation_test.exe || echo "NO ERR" + ls -al