From cf0347933a5071f5d0f24e6ff4de44ad1fdaf21d Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Fri, 4 Oct 2024 22:22:26 -0600 Subject: [PATCH] Look for shared library --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55aef1c..bd6741d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,5 +90,6 @@ jobs: - name: Test working-directory: ${{ github.workspace }}/build run: | + Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\libbmigiplf.dll.a + Test-Path -Path ${{ env.LIBRARY_PREFIX }}\bin\libbmigiplf.dll ctest - if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\libbmigiplf.a ) ){ exit 1 }