Skip to content

Commit

Permalink
github: Checkout submodules recursively
Browse files Browse the repository at this point in the history
Deno, for example, has git submodules of its own, so let's checkout
submodules recursively.
  • Loading branch information
penberg committed Sep 13, 2022
1 parent ecb12ed commit f9f03af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: checkout repo
uses: actions/checkout@v3
with:
submodules: true
submodules: recursive

- name: Install rust toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true
submodules: recursive

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit f9f03af

Please sign in to comment.