Enable submodules during checkout in Docker workflow

This commit is contained in:
coconut49 2023-10-18 14:07:55 +08:00
parent e92a68578c
commit c19700b0c4
No known key found for this signature in database

View file

@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx