Skip to content

Commit

Permalink
WIP: attempt to identify problem by using mingw-w64-x86_64-ntldd
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsbradleyjr committed Jun 24, 2021
1 parent 755a309 commit e68e013
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,19 @@ jobs:
unzip
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-ncurses
mingw-w64-x86_64-ntldd
mingw-w64-x86_64-openssl
mingw-w64-x86_64-pcre
mingw-w64-x86_64-rust
- name: Check stuff with ntldd
if: matrix.platform.os == 'windows'
run: |
ntldd /mingw64/bin/cargo.exe || true
ls /mingw64/bin/rust*.exe | (xargs ntldd || true)
ls /mingw64/bin/rust*.dll | (xargs ntldd || true)
exit 1
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand Down

0 comments on commit e68e013

Please sign in to comment.