Skip to content

Commit 6de7ef2

Browse files
committed
github: Install libltdl-dev in the msvcrt job, too
This was missed in 9e22cdb.
1 parent 0087c59 commit 6de7ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msvcrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
PYTHON_VERSION_MINGW: ${{needs.prepare.outputs.PYTHON_VERSION_MINGW}}
120120
TAG: ${{needs.prepare.outputs.TAG}}
121121
run: |
122-
sudo apt-get update && sudo apt-get install autoconf-archive ninja-build
122+
sudo apt-get update && sudo apt-get install libltdl-dev swig autoconf-archive ninja-build
123123
./build-cross-tools.sh /opt/llvm-mingw $(pwd)/install/llvm-mingw ${{matrix.arch}} --with-python
124124
.github/workflows/store-version.sh install/llvm-mingw/versions.txt
125125
cd install

0 commit comments

Comments
 (0)