From a79f5b5bff24a913ad2c2a39c3eb5fcb0f284f78 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Thu, 3 Nov 2022 16:53:39 -0700 Subject: [PATCH] get started --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecf8d21..6c7f7bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,13 @@ jobs: submodules: true - name: Build ${{ env.PACKAGE_NAME }} + consumers run: | - php + cd .. + ls + git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk + cd ./php-sdk + phpsdk_buildtree php-7.4 + git clone https://github.com/php/php-src.git && cd php-src + phpsdk_deps --update --branch 7.4 # windows-vc14: # runs-on: windows-latest