Skip to content

Commit

Permalink
ci/publish: Use recursive checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed May 31, 2024
1 parent f46b1fa commit 0bef8cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 0bef8cd

Please sign in to comment.