Pull submodules during CI

This commit is contained in:
Samantaz Fox 2022-06-02 23:28:43 +02:00
parent 93c1a1d42e
commit 1b251264a6
No known key found for this signature in database
GPG Key ID: F42821059186176E

View File

@ -47,6 +47,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install Crystal
uses: crystal-lang/install-crystal@v1.6.0