Skip to content

Commit

Permalink
Recursively checkout submodules as part of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bollian committed Feb 13, 2024
1 parent 50d027f commit fdecd2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: 20
Expand All @@ -28,6 +30,8 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit fdecd2b

Please sign in to comment.