From 5667b284ad1480f6396557a21b7000a7180d369c Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Thu, 23 Feb 2023 21:45:38 -0800 Subject: [PATCH] try if it catches the error --- .github/workflows/ci.yml | 3 +++ Makefile.frag.w32 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70212c8..fc611be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,6 +97,9 @@ jobs: windows-vc16: runs-on: windows-2019 + defaults: + run: + shell: cmd # TODO: does this matter make the error out? strategy: matrix: arch: [x64] diff --git a/Makefile.frag.w32 b/Makefile.frag.w32 index 441abcd..3090286 100644 --- a/Makefile.frag.w32 +++ b/Makefile.frag.w32 @@ -27,5 +27,5 @@ $(AWSCRT_DIR)\ext\api.h: $(AWSCRT_DIR)\crt\aws-crt-ffi\src\api.h # Get the dll directory to load generate-php-ini: @echo extension=$(BUILD_DIR)\php_awscrt.dll > php-win.ini - @echo extension=$(PHP_PREFIX)\ext\php_openssl.dll >> php-win.ini + @echo extension=$(PHP_PREFIX)\php_openssl.dll >> php-win.ini @echo extension=$(PHP_PREFIX)\ext\php_mbstring.dll >> php-win.ini