Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 0445c4b

Browse files
authored
Checkout with submodule in workflow
1 parent 5f8c868 commit 0445c4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2
19+
with:
20+
submodules: recursive
1921
- name: Build FFMpeg
2022
shell: bash
2123
run: |
@@ -28,6 +30,8 @@ jobs:
2830
runs-on: macos-latest
2931
steps:
3032
- uses: actions/checkout@v2
33+
with:
34+
submodules: recursive
3135
- name: Setup cache
3236
id: cache-system-libraries
3337
uses: actions/cache@v2

0 commit comments

Comments
 (0)