Install some packages for cross compiling

This commit is contained in:
Hamish Coleman 2023-08-28 13:54:06 +01:00
parent 231f4d9ed0
commit f2597e8f42

View File

@ -408,9 +408,11 @@ jobs:
- name: Install packages needed for build
run: |
sudo dpkg --add-architecture ${{ matrix.arch }}
sudo apt-get update
sudo apt-get install debhelper build-essential \
devscripts \
libc6:${{ matrix.arch }} \
crossbuild-essential-${{ matrix.arch }}
- name: Configure