Skip to content

Commit c92a86c

Browse files
Add xz installation and check in macOS test setup
1 parent e39dae4 commit c92a86c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ jobs:
4040
uses: actions/checkout@v6
4141
- name: Install Docker client and Colima
4242
run: |
43-
brew install docker docker-compose colima
43+
brew install docker docker-compose colima xz
4444
mkdir -p "$HOME/.docker/cli-plugins"
4545
ln -sf "$(command -v docker-compose)" "$HOME/.docker/cli-plugins/docker-compose"
4646
docker compose version
47+
xz --version
4748
- name: Start Colima
4849
run: |
4950
colima start --cpu 2 --memory 4 --disk 20

scripts/dappnode_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ check_prereqs() {
188188
fi
189189

190190
require_downloader
191+
require_cmd xz
191192

192193
# Ensure compose is available (Docker Desktop / modern docker engine)
193194
if ! docker compose version >/dev/null 2>&1; then

0 commit comments

Comments
 (0)