ci: fix recursive in docker img builder

This commit is contained in:
TechCiel 2023-10-31 05:30:39 +08:00
parent f6504053ef
commit 3ca52a999f
No known key found for this signature in database
GPG Key ID: 490DF4BCC4E195BB
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
with:
submodules: true
-
name: Prevent from loading rubygems from TUNA
run: |

View File

@ -10,7 +10,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Sync submodule
run: |