Skip to content

Commit 92d814f

Browse files
authored
Add .lfsconfig to work around SwiftPM bug (#685)
**Public-Facing Changes** None **Description** Attempted workaround for https://forums.swift.org/t/swiftpm-with-git-lfs/42396/4 / swiftlang/swift-package-manager#5351.
1 parent ebe5302 commit 92d814f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.lfsconfig

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[lfs]
2+
# Specify the server to use when pulling Git LFS assets.
3+
# This is here to work around a bug in the Swift Package Manager which prevents
4+
# it from installing packages when the source repository uses Git LFS.
5+
# https://forums.swift.org/t/swiftpm-with-git-lfs/42396/4
6+
url = https://github.com/foxglove/mcap.git/info/lfs

0 commit comments

Comments
 (0)