gh-actions: ci: install re2c
[m6w6/ext-http] / scripts / gen_github_workflow_ci.php
index 384ff6687b5f414537e4f96a5901d88e7287d493..9e561ce84fbb7ae0c178cb48f4c181bb661b47e8 100755 (executable)
@@ -76,17 +76,18 @@ foreach ($job as $id => $env) {
             libidn2-0-dev \
             libicu-dev \
             libevent-dev \
-            libbrotli-dev
+            libbrotli-dev \
+            re2c
       - name: Prepare
         run: |
           make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
           make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master
       - name: Build
         run: |
-          make -f travis/pecl/Makefile ext PECL=http
+          make -f scripts/ci/Makefile ext PECL=http
       - name: Test
         run: |
-          make -f travis/pecl/Makefile test
+          make -f scripts/ci/Makefile test
 <?php if (isset($env["CFLAGS"]) && strpos($env["CFLAGS"], "--coverage") != false) : ?>
       - name: Coverage
         if: success()