Tell workflow to checkout submodules

This commit is contained in:
Ethan O'Brien
2025-12-24 13:21:49 -06:00
parent 697f4188c2
commit d14533d966

View File

@@ -11,6 +11,8 @@ jobs:
steps:
- name: Checking out branch
uses: actions/checkout@v3
with:
submodules: true
- name: Install Rust
shell: bash