Browse Source

Install some packages for cross compiling

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

2
.github/workflows/tests.yml

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

Loading…
Cancel
Save