mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
Merge pull request #2026 from mcuee/libgpiod_cross_build_ci
Adding pkg-config as a Linux build dependency
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -43,6 +43,7 @@ jobs:
|
||||
build-essential
|
||||
automake
|
||||
libtool
|
||||
pkg-config
|
||||
flex
|
||||
bison
|
||||
libelf-dev
|
||||
@@ -95,6 +96,7 @@ jobs:
|
||||
sudo apt-get install -y
|
||||
build-essential
|
||||
cmake
|
||||
pkg-config
|
||||
flex
|
||||
bison
|
||||
libelf-dev
|
||||
@@ -167,6 +169,7 @@ jobs:
|
||||
apt-get install -y
|
||||
git
|
||||
cmake
|
||||
pkg-config
|
||||
flex
|
||||
bison
|
||||
crossbuild-essential-${{matrix.arch}}
|
||||
|
||||
Reference in New Issue
Block a user