mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
remove gif-lfs
https://github.com/actions/virtual-environments/issues/1983
This commit is contained in:
parent
6f95a7f3e2
commit
1c5b82ff75
1 changed files with 10 additions and 0 deletions
10
.github/workflows/checks.yml
vendored
10
.github/workflows/checks.yml
vendored
|
@ -141,6 +141,16 @@ 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: |
|
||||
|
|
Loading…
Reference in a new issue