Unverified Commit 0445c4b4 authored by jeromewu's avatar jeromewu Committed by GitHub

Checkout with submodule in workflow

parent 5f8c868b
...@@ -16,6 +16,8 @@ jobs: ...@@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
submodules: recursive
- name: Build FFMpeg - name: Build FFMpeg
shell: bash shell: bash
run: | run: |
...@@ -28,6 +30,8 @@ jobs: ...@@ -28,6 +30,8 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup cache - name: Setup cache
id: cache-system-libraries id: cache-system-libraries
uses: actions/cache@v2 uses: actions/cache@v2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment