From 9b49eb22805280d63784b8863339abff020df1ac Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sat, 24 Jul 2021 20:26:44 -0600 Subject: [PATCH] workflows: install xz package --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 531a38d..4baff20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: - name: Update system and add dependencies run: | apt-get update - apt-get install -y kyua atf-sh build-essential autoconf libtool + apt-get install -y kyua atf-sh build-essential autoconf libtool xz - name: Build run: | @@ -116,7 +116,7 @@ jobs: - name: Update system and add dependencies run: | apk update - apk add kyua atf build-base autoconf automake libtool + apk add kyua atf build-base autoconf automake libtool xz - name: Build run: |