From ae4baf947e121b696a5f6ca9e4916bc5c127aeb2 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 27 Nov 2024 17:24:40 +0100 Subject: [PATCH] Include zstd into the build container --- .github/workflows/build.yaml | 1 - Dockerfile | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c1dbb20..4a07126 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -173,7 +173,6 @@ jobs: - name: Extract Matter SDK from tar working-directory: ./ run: | - apt-get -qq update && apt-get -qq --yes install zstd rm -rf connectedhomeip/ tar -xaf ./connectedhomeip.tar.zst --use-compress-program=zstdmt . git config --global --add safe.directory "*" diff --git a/Dockerfile b/Dockerfile index 1b98390..f1da389 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,5 @@ RUN set -x \ libnl-3-dev libnl-route-3-dev \ libcairo2-dev libgirepository1.0-dev \ libdbus-1-dev \ - python3-dev + python3-dev \ + zstd