From d533c12315ad1fc542d72333918db584e99e8a06 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 10 Mar 2021 01:24:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DLinux=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff541c94..6e805af8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install package - run: sudo apt-get install -y rpm bsdtar + run: sudo apt-get install -y rpm bsdtar|libarchive-tools - name: Check out git repository uses: actions/checkout@v2