Skip to content

Commit 14d690d

Browse files
authored
Add checking out lfs (#197)
To fix demo wasm.
1 parent cfb81d3 commit 14d690d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4 # repo checkout
22+
with:
23+
lfs: true
2224
- name: Setup toolchain for wasm
2325
run: |
2426
rustup update stable

0 commit comments

Comments
 (0)