Browse Source

Add a hack for the github builders

pull/1147/head
Hamish Coleman 1 year ago
parent
commit
d7eff5313b
  1. 4
      .github/workflows/tests.yml

4
.github/workflows/tests.yml

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

Loading…
Cancel
Save