From: Michael Wallner Date: Tue, 12 Jan 2021 16:53:19 +0000 (+0100) Subject: gh-actions: ci: we need the pecl-ci submodule X-Git-Tag: v4.0.0~18 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=2648e31835b892343916ef6fd3bc968923d1b75d;hp=1debe12bd40e08d75e61df29faa3760131dc372b gh-actions: ci: we need the pecl-ci submodule --- 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 \