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 ff3cc5b44fa184101d2b4ddff52a023fae5e6299
Author: politebot <[email protected]>
AuthorDate: Fri Oct 10 13:36:00 2025 -0500
Add libxml2 dep to GitHub workflow
---
.github/workflows/{build.yml => #build.yml#} | 2 +-
.github/workflows/build.yml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/#build.yml#
similarity index 99%
copy from .github/workflows/build.yml
copy to .github/workflows/#build.yml#
index cf78b98..95bf8f3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/#build.yml#
@@ -18,7 +18,7 @@ jobs:
run: sudo apt-get update
- name: Install build essentials
- run: sudo apt-get install -y build-essential automake autoconf
+ run: sudo apt-get install -y build-essential automake autoconf
- name: Install EFL development packages
run: |
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cf78b98..50c443b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,3 +1,4 @@
+
name: Build
on:
@@ -18,7 +19,7 @@ jobs:
run: sudo apt-get update
- name: Install build essentials
- run: sudo apt-get install -y build-essential automake autoconf
+ run: sudo apt-get install -y build-essential automake autoconf libxml2-dev
- name: Install EFL development packages
run: |
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.