Skip to content

Commit 59c99d9

Browse files
committed
Okay, let's try ntldd
1 parent 68956fc commit 59c99d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cmake -G "NMake Makefiles" -DCASS_BUILD_UNIT_TESTS=On ..
3030
nmake
3131
ls .
32-
ldd ./cassandra-unit-tests.exe
32+
ntldd ./cassandra-unit-tests.exe
3333
./cassandra-unit-tests.exe --gtest_output=xml:gtest-results.xml
3434
ls .
3535
- name: Publish test results

0 commit comments

Comments
 (0)