From 901f494d407ef0b5aa13b85151a3d45447b5ab42 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 31 Aug 2023 23:07:04 +0300 Subject: [PATCH] Checkout submodules in github actions --- .github/workflows/nightly.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3244589c38f02..8ad2ae9980215 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -84,6 +84,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ matrix.branch.ref }} + submodules: 'recursive' - name: Create MSSQL container uses: ./.github/actions/setup-mssql - name: Create Oracle container @@ -184,6 +185,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ matrix.branch.ref }} + submodules: 'recursive' - name: apt uses: ./.github/actions/apt-x32 - name: System info @@ -254,6 +256,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ matrix.branch.ref }} + submodules: 'recursive' - name: brew uses: ./.github/actions/brew - name: ./configure @@ -319,6 +322,8 @@ jobs: steps: - name: git checkout uses: actions/checkout@v3 + with: + submodules: 'recursive' - name: Create MSSQL container uses: ./.github/actions/setup-mssql - name: apt @@ -368,6 +373,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ matrix.branch.ref }} + submodules: 'recursive' - name: apt uses: ./.github/actions/apt-x64 - name: ./configure @@ -541,6 +547,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ matrix.branch.ref }} + submodules: 'recursive' - name: Create MSSQL container uses: ./.github/actions/setup-mssql - name: Create Oracle container @@ -617,6 +624,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ matrix.branch.ref }} + submodules: 'recursive' - name: apt uses: ./.github/actions/apt-x64 - name: ./configure @@ -717,6 +725,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ matrix.branch.ref }} + submodules: 'recursive' - name: apt run: | sudo apt-get update -y | true @@ -772,6 +781,7 @@ jobs: uses: actions/checkout@v3 with: path: php + submodules: 'recursive' - name: git checkout apcu uses: actions/checkout@v3 with: @@ -896,6 +906,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ matrix.branch.ref }} + submodules: 'recursive' - name: Setup uses: ./.github/actions/setup-windows - name: Build