update submodule
This commit is contained in:
parent
a243448a0f
commit
038c788e03
8
.github/workflows/dr_rs.yml
vendored
8
.github/workflows/dr_rs.yml
vendored
@ -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
|
||||
|
9
.github/workflows/nuitka.yml
vendored
9
.github/workflows/nuitka.yml
vendored
@ -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 }}
|
||||
|
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user