aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-15 17:11:42 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-15 17:11:42 -0400
commitccddb7cd53ee271813c3e120081d6be8f4c1972e (patch)
tree51d534c59314e2abc8574f51c3d60480bc41b349 /.github/workflows/build.yml
parentcad89c4cfdc3a10ad78a260a511362f95a4be5fa (diff)
downloadYouTube-TV-Client-ccddb7cd53ee271813c3e120081d6be8f4c1972e.tar.gz
YouTube-TV-Client-ccddb7cd53ee271813c3e120081d6be8f4c1972e.tar.bz2
YouTube-TV-Client-ccddb7cd53ee271813c3e120081d6be8f4c1972e.zip
Building for Ubuntu instead
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 ff2e72f..9eaedd7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- - name: Installing dependencies
+ - name: Installing dependencies for Ubuntu
if: runner.os == 'Linux'
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