aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-16 20:47:25 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-16 20:47:25 -0400
commita1d7eb355f2c74184280c51b688d1bbd0c4e98b1 (patch)
treee28a5d8f3eff026a2467b774451ec9ecb4225fd6 /.github
parentfba836144622b44fe7674c6e69a3668fd472d1c8 (diff)
downloadYouTube-TV-Client-a1d7eb355f2c74184280c51b688d1bbd0c4e98b1.tar.gz
YouTube-TV-Client-a1d7eb355f2c74184280c51b688d1bbd0c4e98b1.tar.bz2
YouTube-TV-Client-a1d7eb355f2c74184280c51b688d1bbd0c4e98b1.zip
Added an updater; Added snapcraft to readme
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5f921e9..c330180 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,6 +24,7 @@ jobs:
- name: Installing dependencies for Ubuntu
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt install --no-install-recommends -y libopenjp2-tools rpm libarchive-tools
+
- name: Check out Git repository
uses: actions/checkout@v1