Add a hack for the github builders

This commit is contained in:
Hamish Coleman 2023-08-28 15:34:17 +01:00
parent 9d4f68fce2
commit d7eff5313b

View File

@ -413,6 +413,10 @@ jobs:
devscripts \
crossbuild-essential-${{ matrix.arch }}
- name: Hack dpkg-shlibdeps
run: |
echo '#!/bin/bash' | sudo tee /usr/bin/dpkg-shlibdeps
- name: Configure
# The HOST_TRIPLET line is not easily foldable
# yamllint disable rule:line-length