Update cmake-multi-platform.yml

This commit is contained in:
Sakimotor 2025-03-03 09:40:07 +01:00 committed by GitHub
parent 7be7907a37
commit 16b659f755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Checkout repository with submodules
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.