Skip to content

Commit 05cce2e

Browse files
committed
ci: activate git lfs on checkout action
1 parent 54f5ec8 commit 05cce2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- uses: dtolnay/rust-toolchain@stable
2424
- uses: actions/checkout@v5
25+
with:
26+
- lfs: true
2527
- run: rustup component add rustfmt clippy
2628

2729
# dependencies for wxWidgets (see installation instructions and github

0 commit comments

Comments
 (0)