Skip to content

Commit 2206723

Browse files
committed
remove git-lfs
It's over quota all the time now, and the pricing model is too unfair to use it.
1 parent bc3a8a2 commit 2206723

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**/generated-archives/*.tar.xz filter=lfs diff=lfs merge=lfs -text
1+
**/generated-archives/*.tar.xz diff=lfs merge=lfs -text
22

33
# assure line feeds don't interfere with our working copy hash
44
**/tests/fixtures/*.sh text crlf=input eol=lf

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: Swatinem/rust-cache@v2
15-
- run: git lfs fetch && git lfs checkout
1615
- name: tests
1716
run: make test
1817
- name: docs
Binary file not shown.

0 commit comments

Comments
 (0)