Skip to content

Commit

Permalink
Look for shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 5, 2024
1 parent 50456de commit cf03479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit cf03479

Please sign in to comment.