From 7c009f5ffd3855fe053a5257714b9902da8c44dd Mon Sep 17 00:00:00 2001 From: Denis Biryukov Date: Tue, 4 Mar 2025 15:52:11 +0100 Subject: [PATCH] run apt-get update for Cross compile on ubuntu-latest --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5bb25ce8..c318a90a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,6 +165,7 @@ jobs: - name: Install dependencies run: | + sudo apt-get update sudo apt-get install -y musl-tools sudo apt-get install -y gcc-arm-linux-gnueabi sudo apt-get install -y gcc-arm-linux-gnueabihf