File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments