Skip to content

Commit

Permalink
Checkout recursively with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
silenium-dev committed May 4, 2023
1 parent bb38242 commit 0b1c876
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
ext: [ "", -gpl ]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/deploy-centos
android-arm64:
runs-on: ubuntu-20.04
Expand All @@ -35,6 +37,8 @@ jobs:
ext: [ "", -gpl ]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/deploy-centos
android-x86:
runs-on: ubuntu-20.04
Expand All @@ -44,6 +48,8 @@ jobs:
ext: [ "", -gpl ]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/deploy-centos
android-x86_64:
runs-on: ubuntu-20.04
Expand All @@ -53,6 +59,8 @@ jobs:
ext: [ "", -gpl ]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/deploy-centos
linux-armhf:
runs-on: ubuntu-20.04
Expand All @@ -62,6 +70,8 @@ jobs:
ext: [ "", -gpl ]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/deploy-ubuntu
linux-arm64:
runs-on: ubuntu-20.04
Expand All @@ -71,6 +81,8 @@ jobs:
ext: [ "", -gpl ]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/deploy-ubuntu
linux-ppc64le:
runs-on: ubuntu-20.04
Expand All @@ -80,6 +92,8 @@ jobs:
ext: [ "", -gpl ]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/deploy-ubuntu
linux-x86:
runs-on: ubuntu-20.04
Expand All @@ -91,6 +105,8 @@ jobs:
ext: [ "", -gpl ]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/deploy-centos
linux-x86_64:
runs-on: ubuntu-20.04
Expand All @@ -102,6 +118,8 @@ jobs:
ext: [ "", -gpl ]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/deploy-centos
macosx-arm64:
runs-on: macos-11
Expand Down

0 comments on commit 0b1c876

Please sign in to comment.