Skip to content

Commit

Permalink
install ntldd for win-x64
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 3, 2025
1 parent 24d565a commit d9a146e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,12 @@ jobs:
"win-x86")
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y mingw-w64
sudo apt-get install -y mingw-w64 ntldd
sudo apt-get install wine32:i386
;;
"win-x64")
sudo apt-get update
sudo apt-get install -y mingw-w64
sudo apt-get install -y mingw-w64 ntldd
sudo apt-get install --no-install-recommends -y wine
;;
"android-x64" | "android-arm64" | "android-x86" | "android-arm")
Expand Down

0 comments on commit d9a146e

Please sign in to comment.