Skip to content

Commit 9e22cdb

Browse files
committed
github: Install libltdl-dev in the linux-cross-windows build job
This is required for building libffi. With ubuntu-22.04 images, the libltdl-dev package was available out of the box. Also explicitly install swig, which we rely on - this also seems to have been available implicitly.
1 parent 09d5ba2 commit 9e22cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
SOURCE_DATE_EPOCH: ${{needs.prepare.outputs.COMMIT_DATE_UNIX}}
315315
BUILD_DATE: ${{needs.prepare.outputs.BUILD_DATE}}
316316
run: |
317-
sudo apt-get update && sudo apt-get install autoconf-archive ninja-build
317+
sudo apt-get update && sudo apt-get install libltdl-dev swig autoconf-archive ninja-build
318318
./build-cross-tools.sh /opt/llvm-mingw $(pwd)/install/llvm-mingw ${{matrix.arch}} --with-python
319319
.github/workflows/store-version.sh install/llvm-mingw/versions.txt
320320
cd install

0 commit comments

Comments
 (0)