From 2d069f0118603ff9155098efe0e1c43e8bf4a8f3 Mon Sep 17 00:00:00 2001 From: Billal GHILAS Date: Tue, 7 Jan 2025 13:30:55 +0100 Subject: [PATCH] install e2fsprog --- .github/workflows/ci.yml | 5 ++++- nerves_defconfig | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31a9820..05b121b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: CI -on: [push] +on: + push: + tags: + - 'v*' env: OTP_VERSION: 27.1.2 diff --git a/nerves_defconfig b/nerves_defconfig index 6e47a84..a7c2624 100644 --- a/nerves_defconfig +++ b/nerves_defconfig @@ -48,6 +48,7 @@ BR2_PACKAGE_FFMPEG_GPL=y BR2_PACKAGE_FFMPEG_NONFREE=y BR2_PACKAGE_FFMPEG_FFPROBE=y BR2_PACKAGE_FFMPEG_SWSCALE=y +BR2_PACKAGE_E2FSPROGS=y BR2_PACKAGE_F2FS_TOOLS=y BR2_PACKAGE_MESA3D=y BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_V3D=y