We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272d6db commit 86469c2Copy full SHA for 86469c2
.github/workflows/test.yml
@@ -110,4 +110,4 @@ jobs:
110
if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\libbmif_win.dll.a ) ){ exit 1 }
111
if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\bin\libbmif_win.dll ) ){ exit 1 }
112
if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\include\bmif_${{ env.BMI_VERSION }}.mod ) ){ exit 1 }
113
- if ( -not ( pkg-config --exists --print-errors bmif ) ){ exit 1 }
+ if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\pkgconfig\bmif.pc ) ){ exit 1 }
0 commit comments