aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-15 16:59:20 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-15 16:59:20 -0400
commitdb6fc2219b7e38c234706505b7b366b9de60a645 (patch)
treeff7c56a52322d23d9e6a79650bc94e856c341f66 /.github/workflows
parentfdc16e2c63da05e2df130c7b48b7df5dd45800f6 (diff)
downloadYouTube-TV-Client-db6fc2219b7e38c234706505b7b366b9de60a645.tar.gz
YouTube-TV-Client-db6fc2219b7e38c234706505b7b366b9de60a645.tar.bz2
YouTube-TV-Client-db6fc2219b7e38c234706505b7b366b9de60a645.zip
hopefully this works
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b61160f..d67be5d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,6 +13,12 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
+ - name: Install 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
- name: Check out Git repository
uses: actions/checkout@v1