From ad92e6d3ff20e56bc3e8e6a061ab95197dc79eb3 Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Tue, 7 Sep 2021 15:23:57 +0900 Subject: [PATCH] enable ffmpeg prep for GH builds --- .github/workflows/build-release-debugsign.yml | 4 ++++ .github/workflows/build-release.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/build-release-debugsign.yml b/.github/workflows/build-release-debugsign.yml index 13eb4b5..6accf13 100644 --- a/.github/workflows/build-release-debugsign.yml +++ b/.github/workflows/build-release-debugsign.yml @@ -22,6 +22,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: recursive - uses: actions/setup-node@v2 with: node-version: '14' @@ -32,6 +34,8 @@ jobs: yarn lint --max-warnings 0 - run: | yarn license + - run: | + scripts/prepare-exoplayer-ffmpeg.sh - uses: gradle/wrapper-validation-action@v1 - uses: gradle/gradle-build-action@v1 with: diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index ea13867..6dea185 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: recursive - uses: actions/setup-node@v2 with: node-version: '14' @@ -21,6 +23,8 @@ jobs: yarn install - run: | yarn license + - run: | + scripts/prepare-exoplayer-ffmpeg.sh - uses: gradle/wrapper-validation-action@v1 - name: Retrieve keystore file env: