This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository eradio.
View the commit online.
commit e52f165d5bd52677c5e8722af269903f6fec94a3
Author: politebot <[email protected]>
AuthorDate: Fri Oct 10 13:40:14 2025 -0500
Workflow deps
---
.github/workflows/build.yml | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 50c443b..2d81449 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,22 +15,19 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- - name: Update package lists
- run: sudo apt-get update
-
- - name: Install build essentials
- run: sudo apt-get install -y build-essential automake autoconf libxml2-dev
-
- - name: Install EFL development packages
+ - name: Install dependencies
run: |
+ sudo apt-get update
sudo apt-get install -y \
+ build-essential \
+ automake \
+ autoconf \
+ pkg-config \
+ libxml2-dev \
libefl-all-dev \
libeet-bin \
libeina-bin
- - name: Install pkg-config
- run: sudo apt-get install -y pkg-config
-
- name: Generate build system
run: autoreconf --install
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.