Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MochiXu committed Mar 26, 2024
1 parent 6a5da48 commit 0c88c7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive # 添加此行以递归检出子模块
- name: Update submodules # 添加此步骤以更新子模块
run: |
git submodule sync --recursive
git submodule update --init --recursive
- name: Install Rust
run: rustup toolchain install nightly-2023-12-02 --profile minimal --component llvm-tools-preview
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 0c88c7e

Please sign in to comment.