aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-15 17:03:26 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-15 17:03:26 -0400
commitb6c8df3f6a6367a792b4c73d7d32ff43537b3530 (patch)
tree4e0020d70917903990ee37374f40cf8b1030fe88 /.github/workflows/build.yml
parent3c7bcda2a3f3a200c2454ca421fb4ff99688d462 (diff)
downloadYouTube-TV-Client-b6c8df3f6a6367a792b4c73d7d32ff43537b3530.tar.gz
YouTube-TV-Client-b6c8df3f6a6367a792b4c73d7d32ff43537b3530.tar.bz2
YouTube-TV-Client-b6c8df3f6a6367a792b4c73d7d32ff43537b3530.zip
Fix again
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3878207..ff2e72f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: Installing dependencies
if: runner.os == 'Linux'
- run: sudo apt update && sudo apt install --no-install-recommends -y libopenjp2-tools rpm bsdtar && sudo snap install snapcraft --classic
+ run: sudo apt update && sudo apt install --no-install-recommends -y libopenjp2-tools rpm libarchive-tools && sudo snap install snapcraft --classic
- name: Check out Git repository
uses: actions/checkout@v1