From 2648e31835b892343916ef6fd3bc968923d1b75d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 12 Jan 2021 17:53:19 +0100 Subject: [PATCH] gh-actions: ci: we need the pecl-ci submodule --- .github/workflows/ci.yml | 9 +++++++++ scripts/gen_github_workflow_ci.php | 1 + 2 files changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9eee78c..0221ad8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: enable_iconv: yes steps: - uses: actions/checkout@v2 + submodules: true - name: Install run: | sudo apt-get install -y \ @@ -51,6 +52,7 @@ jobs: with_http_libbrotli_dir: no steps: - uses: actions/checkout@v2 + submodules: true - name: Install run: | sudo apt-get install -y \ @@ -82,6 +84,7 @@ jobs: enable_iconv: yes steps: - uses: actions/checkout@v2 + submodules: true - name: Install run: | sudo apt-get install -y \ @@ -113,6 +116,7 @@ jobs: enable_iconv: yes steps: - uses: actions/checkout@v2 + submodules: true - name: Install run: | sudo apt-get install -y \ @@ -144,6 +148,7 @@ jobs: enable_iconv: yes steps: - uses: actions/checkout@v2 + submodules: true - name: Install run: | sudo apt-get install -y \ @@ -175,6 +180,7 @@ jobs: enable_iconv: yes steps: - uses: actions/checkout@v2 + submodules: true - name: Install run: | sudo apt-get install -y \ @@ -209,6 +215,7 @@ jobs: with_http_libidn2_dir: no steps: - uses: actions/checkout@v2 + submodules: true - name: Install run: | sudo apt-get install -y \ @@ -248,6 +255,7 @@ jobs: with_http_libidn2_dir: no steps: - uses: actions/checkout@v2 + submodules: true - name: Install run: | sudo apt-get install -y \ @@ -287,6 +295,7 @@ jobs: with_http_libidn2_dir: yes steps: - uses: actions/checkout@v2 + submodules: true - name: Install run: | sudo apt-get install -y \ diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 098da48..7cb18f2 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -63,6 +63,7 @@ foreach ($job as $id => $env) { ?> steps: - uses: actions/checkout@v2 + submodules: true - name: Install run: | sudo apt-get install -y \ -- 2.30.2