Skip to content

Commit a90f03b

Browse files
committed
Merge remote-tracking branch 'cpprefjp/master' into fix_css
2 parents 818d788 + 8463b47 commit a90f03b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v4
23-
- run: git submodule update -i
23+
with:
24+
submodules: true
2425

2526
- name: Use Node.js ${{ matrix.node-version }}
2627
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)