From 5bf7671a5c0f719dca6612e7099c814f057b846d Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Mon, 7 Nov 2022 15:11:13 -0800 Subject: [PATCH] try to run unit test --- .github/workflows/ci.yml | 4 ++++ win_build.bat | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85b925a..b1ec899 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,6 +108,10 @@ jobs: uses: actions/checkout@v2 with: submodules: recursive + - name: Setup PHP 8.0 + uses: shivammathur/setup-php@v2 + with: + php-version: '8.0' - name: Build ${{ env.PACKAGE_NAME }} + consumers run: | cd ..\ diff --git a/win_build.bat b/win_build.bat index 22e5222..ffd487a 100644 --- a/win_build.bat +++ b/win_build.bat @@ -17,4 +17,4 @@ call configure --enable-cli --with-openssl --enable-awscrt=shared call nmake -@REM call nmake test-awscrt +call nmake test-awscrt