diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 17:03:26 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 17:03:26 -0400 |
| commit | b6c8df3f6a6367a792b4c73d7d32ff43537b3530 (patch) | |
| tree | 4e0020d70917903990ee37374f40cf8b1030fe88 | |
| parent | 3c7bcda2a3f3a200c2454ca421fb4ff99688d462 (diff) | |
| download | YouTube-TV-Client-b6c8df3f6a6367a792b4c73d7d32ff43537b3530.tar.gz YouTube-TV-Client-b6c8df3f6a6367a792b4c73d7d32ff43537b3530.tar.bz2 YouTube-TV-Client-b6c8df3f6a6367a792b4c73d7d32ff43537b3530.zip | |
Fix again
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 |
