From 71bc7c0c7551f8e64b00c42494f0ff9a6dc1537e Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 15 Oct 2024 20:36:29 +0200 Subject: [PATCH] readelf is in binutils --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70ed328..e9adf56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: path: 'meta-slint' - run: | sudo apt-get update - sudo apt-get install chrpath diffstat lz4 locales build-essential wget readelf + sudo apt-get install chrpath diffstat lz4 locales build-essential wget sudo locale-gen en_US.UTF-8 sudo update-locale - run: |