Skip to content

Commit

Permalink
recursive checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Feb 13, 2024
1 parent d7ab93a commit dd01d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check out
uses: actions/checkout@v3
with:
submodules: true
submodules: 'recursive'

- name: Install Rust nightly
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit dd01d8e

Please sign in to comment.