Skip to content

Commit

Permalink
WIP: on Windows install mingw-w64-x86_64-libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsbradleyjr committed May 17, 2021
1 parent c37bbae commit 11485d5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,12 @@ jobs:
git
unzip
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-libxml2
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 11485d5

Please sign in to comment.