diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 17:11:42 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 17:11:42 -0400 |
| commit | ccddb7cd53ee271813c3e120081d6be8f4c1972e (patch) | |
| tree | 51d534c59314e2abc8574f51c3d60480bc41b349 /.github | |
| parent | cad89c4cfdc3a10ad78a260a511362f95a4be5fa (diff) | |
| download | YouTube-TV-Client-ccddb7cd53ee271813c3e120081d6be8f4c1972e.tar.gz YouTube-TV-Client-ccddb7cd53ee271813c3e120081d6be8f4c1972e.tar.bz2 YouTube-TV-Client-ccddb7cd53ee271813c3e120081d6be8f4c1972e.zip | |
Building for Ubuntu instead
Diffstat (limited to '.github')
| -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 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 |
