Skip to content

Commit

Permalink
mingw3
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Aug 14, 2023
1 parent b67d77d commit fba9b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_win_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
msystem: MINGW64
update: true
install: git mingw-w64-x86_64-toolchain automake libtool autoconf make cmake mingw-w64-x86_64-hdf5 unzip mingw-w64-x86_64-libxml2
install: git mingw-w64-x86_64-toolchain automake libtool autoconf make cmake mingw-w64-x86_64-hdf5 unzip mingw-w64-x86_64-libxml2 mingw-w64-x86_64-ntldd

###
# Configure and build
Expand Down
4 changes: 2 additions & 2 deletions nczarr_test/run_nczfilter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ s3isolate "testdir_nczfilter"
cd $ISOPATH

echo ">>>>>>"
ldd ${execdir}/test_nczfilter

find ${execdir} -name 'test_nczfilter*'
ntldd ${execdir}/test_nczfilter
${execdir}/test_nczfilter

if test "x$FEATURE_S3TESTS" = xyes ; then s3sdkdelete "/${S3ISOPATH}" ; fi # Cleanup

0 comments on commit fba9b1d

Please sign in to comment.