Skip to content

Commit

Permalink
fix examples ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskiki committed Oct 10, 2023
1 parent 991dca0 commit 3865442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
with:
targets: wasm32-unknown-unknown
- name: Check Examples
run: find ./examples -type d -d 1 -print0 | xargs -0 -I {} -t sh -c "cd {} && cargo c --target wasm32-unknown-unknown"
run: find ./examples -type d -maxdepth 1 -print0 | xargs -0 -I {} -t sh -c "cd {} && cargo c --target wasm32-unknown-unknown"

0 comments on commit 3865442

Please sign in to comment.