mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Install some packages for cross compiling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user