Skip to content

Commit ea9710b

Browse files
committed
Enabled git lfs in the CI build checkout step
1 parent 509e0e0 commit ea9710b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wasm-splats-ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
name: Testing and Linting
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
15+
with:
16+
lfs: true
1517

1618
- name: Install latest stable with wasm32-unknown-unknown
1719
uses: dtolnay/rust-toolchain@v1

0 commit comments

Comments
 (0)