diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-16 17:20:09 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-16 17:20:09 -0400 |
| commit | ca27eb2ea339376494dd99b1c9e5025f9325f594 (patch) | |
| tree | 90e71820202d56511e63a5a4bfd12df31247cb63 | |
| parent | fc5e0d427c1ebec2d51c475af9f7db4ace7b5e3c (diff) | |
| download | YouTube-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.yml | 2 |
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 |
