Skip to content

Commit

Permalink
Merge pull request #110 from home-assistant-libs/include-zstd-in-buil…
Browse files Browse the repository at this point in the history
…d-container

Include zstd into the build container
  • Loading branch information
agners authored Nov 28, 2024
2 parents 86cb7ce + ae4baf9 commit d0e0e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "*"
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d0e0e9b

Please sign in to comment.