Skip to content

Commit 5badf34

Browse files
improve rpi build
1 parent 76bcd04 commit 5badf34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ jobs:
215215
steps:
216216
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
217217
- uses: actions/checkout@v2
218+
with:
219+
submodules: recursive
218220

219221
- name: Build raylib
220222
run: |

0 commit comments

Comments
 (0)