We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0087c59 commit 6de7ef2Copy full SHA for 6de7ef2
.github/workflows/msvcrt.yml
@@ -119,7 +119,7 @@ jobs:
119
PYTHON_VERSION_MINGW: ${{needs.prepare.outputs.PYTHON_VERSION_MINGW}}
120
TAG: ${{needs.prepare.outputs.TAG}}
121
run: |
122
- sudo apt-get update && sudo apt-get install autoconf-archive ninja-build
+ sudo apt-get update && sudo apt-get install libltdl-dev swig autoconf-archive ninja-build
123
./build-cross-tools.sh /opt/llvm-mingw $(pwd)/install/llvm-mingw ${{matrix.arch}} --with-python
124
.github/workflows/store-version.sh install/llvm-mingw/versions.txt
125
cd install
0 commit comments