From 49dc572d4c1b990f67b32f0a68c93e4c602c9d95 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 5 Nov 2020 18:46:22 +1000 Subject: [PATCH] Revert "remove gif-lfs" This reverts commit 39599a6c347d24802fc369df905218f1d6dfc22a. Issue fixed. --- .github/workflows/checks.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9b350c70d..56702f0b7 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -141,16 +141,6 @@ jobs: # Linux ################################ - # they forgot to pay the bill, breaking the build, and we don't need it - - name: remove git-lfs - if: matrix.os == 'ubuntu-latest' - shell: bash - run: | - cat /etc/apt/sources.list - ls /etc/apt/sources.list.d - sudo rm /etc/apt/sources.list.d/github_git-lfs.list - sudo rm /etc/apt/sources.list.d/github_git-lfs.list.save - - name: Linux if: matrix.os == 'ubuntu-latest' run: |