Skip to content

Commit 826c8a2

Browse files
committed
fix: ci
1 parent c2f42c6 commit 826c8a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
steps:
7373
- name: Checkout PR Branch
7474
uses: actions/checkout@v4
75+
with:
76+
submodules: true
7577
- name: Free Disk Space
7678
uses: ./.github/actions/free-disk-space
7779
- name: Install toolchain
@@ -92,6 +94,8 @@ jobs:
9294
steps:
9395
- name: Checkout PR Branch
9496
uses: actions/checkout@v4
97+
with:
98+
submodules: true
9599
- name: Free Disk Space
96100
uses: ./.github/actions/free-disk-space
97101
- name: Install toolchain

0 commit comments

Comments
 (0)