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

Checkout with submodule in workflow

parent 5f8c868b
......@@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Build FFMpeg
shell: bash
run: |
......@@ -28,6 +30,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup cache
id: cache-system-libraries
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