Check out submodules in CI workflow

This commit is contained in:
Filip Tibell 2023-03-22 14:23:08 +01:00
parent 440d5f7ab1
commit e1fa0867b7
No known key found for this signature in database

View file

@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true
- name: Install Rust
uses: dtolnay/rust-toolchain@stable