checkout submodules in github action

This commit is contained in:
Vinzenz Schroeter 2024-10-19 16:30:36 +02:00
parent 0b80ce4968
commit c3022e567c

View file

@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: build default features
run: cargo build --all --verbose