Skip to content

Commit

Permalink
build: use submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
yy4382 committed Jan 29, 2024
1 parent 27d594b commit 92ff6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
# with:
# submodules: 'recursive'
with:
submodules: 'recursive'
# fetch-depth: '0'
- name: Use Node.js 18.x
uses: actions/setup-node@v4
Expand Down

0 comments on commit 92ff6fb

Please sign in to comment.