Skip to content

Commit 35439de

Browse files
committed
check all git-lfs managed files into the repository
That way one will not be dependent on git-lfs for what ultimately are 6MB of binary files. I would even have paid for bandwidth, but it seems wrong that bandwidth resets per month which would leave a lot unused
1 parent 06d4682 commit 35439de

File tree

83 files changed

+2
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+2
-8
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 filter=lfs-disabled 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
if: startsWith(matrix.os, 'windows')
8181
run: cargo check --all --bins --examples
8282
- run: |
83+
# it should never be a failure not to get the caches, as they can be regenerated.
8384
git lfs fetch && git lfs checkout || true
8485
- uses: taiki-e/install-action@v1
8586
with:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)