Skip to content

Commit

Permalink
GitHub Action should support Git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes committed Apr 30, 2023
1 parent ff99a80 commit 454f3a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
- name: Check
run: cargo check --verbose
Expand Down

0 comments on commit 454f3a9

Please sign in to comment.