mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
[ci] Upgrade to wpiformat 2026.64 (#8993)
This commit is contained in:
@@ -18,7 +18,7 @@ def copy_upstream_src(wpilib_root: Path):
|
||||
|
||||
# Copy Sleipnir files into allwpilib
|
||||
walk_cwd_and_copy_if(
|
||||
lambda dp, f: (has_prefix(dp, Path("include")) or has_prefix(dp, Path("src"))),
|
||||
lambda dp, f: has_prefix(dp, Path("include")) or has_prefix(dp, Path("src")),
|
||||
wpimath / "src/main/native/thirdparty/sleipnir",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user