Skip to content

Commit

Permalink
fix: shallow submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
palerdot committed Jul 31, 2024
1 parent 3d97880 commit ad36451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:

# https://phoenixnap.com/kb/git-checkout-submodule
- name: Checkout submodules
run: git submodule update --init --recursive
# run: git submodule update --init --recursive --depth=1
run: git submodule update --init --depth=1

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down

0 comments on commit ad36451

Please sign in to comment.