We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79bf3a commit c3218b2Copy full SHA for c3218b2
.github/workflows/main_ci.yml
@@ -25,6 +25,8 @@ jobs:
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v4
28
+ with:
29
+ submodules: 'recursive'
30
31
- name: Setup XMake
32
uses: xmake-io/github-action-setup-xmake@v1
0 commit comments