Skip to content

Commit

Permalink
chore: Add submodule verification step in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 10, 2024
1 parent 3160405 commit 611aa18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dioxus-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
submodules: recursive

- name: Verify submodule
run: |
ls -la stdlib/
ls -la stdlib/rust/
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 611aa18

Please sign in to comment.