aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-16 17:20:09 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-16 17:20:09 -0400
commitca27eb2ea339376494dd99b1c9e5025f9325f594 (patch)
tree90e71820202d56511e63a5a4bfd12df31247cb63
parentfc5e0d427c1ebec2d51c475af9f7db4ace7b5e3c (diff)
downloadYouTube-TV-Client-ca27eb2ea339376494dd99b1c9e5025f9325f594.tar.gz
YouTube-TV-Client-ca27eb2ea339376494dd99b1c9e5025f9325f594.tar.bz2
YouTube-TV-Client-ca27eb2ea339376494dd99b1c9e5025f9325f594.zip
APT no longer updates
-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 31a485e..5f921e9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
- name: Installing dependencies for Ubuntu
if: startsWith(matrix.os, 'ubuntu')
- run: sudo apt update && sudo apt install --no-install-recommends -y libopenjp2-tools rpm libarchive-tools
+ run: sudo apt install --no-install-recommends -y libopenjp2-tools rpm libarchive-tools
- name: Check out Git repository
uses: actions/checkout@v1