update submodule

This commit is contained in:
shenjack 2023-12-02 10:42:01 +08:00
parent a243448a0f
commit 038c788e03
Signed by: shenjack
GPG Key ID: 7B1134A979775551
3 changed files with 12 additions and 13 deletions

View File

@ -35,10 +35,10 @@ jobs:
uses: actions/checkout@v4
# check out submodule
# - name: init submodule
# run: |
# git submodule init
# git submodule update
- name: init submodule
run: |
git submodule init
git submodule update
# 缓存 Rust 构建
- name: Cache rust

View File

@ -39,11 +39,10 @@ jobs:
uses: actions/checkout@v4
# 初始化子模块
# 暂时不需要 因为直接用 git install
# - name: Init submodules
# run: |
# git submodule init
# git submodule update
- name: Init submodules
run: |
git submodule init
git submodule update
# 安装 Python
- name: Setup Python ${{ matrix.python-version }}

View File

@ -28,10 +28,10 @@ jobs:
uses: actions/checkout@v4
# 初始化子模块
# - name: Init submodules
# run: |
# git submodule init
# git submodule update
- name: Init submodules
run: |
git submodule init
git submodule update
# 缓存 Rust 构建
- name: Cache rust