Skip to content

Commit 77e151d

Browse files
committed
fix: ci
Signed-off-by: lxl66566 <lxl66566@gmail.com>
1 parent 01d9eca commit 77e151d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
matrix:
1212
os: [windows-latest]
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
15+
with:
16+
submodules: recursive
1517
- name: release rust project
1618
uses: lxl66566/rust-simple-release@main
1719
with:

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
SCCACHE_GHA_ENABLED: "true"
1616
RUSTC_WRAPPER: "sccache"
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
19+
with:
20+
submodules: recursive
1921
- uses: cargo-bins/cargo-binstall@main
2022
- run: cargo binstall -y --no-symlinks cargo-nextest
2123
- name: Setup sccache-cache

0 commit comments

Comments
 (0)