try if it catches the error

This commit is contained in:
Dengke Tang
2023-02-27 15:38:33 -08:00
parent 03ca3d6a0c
commit 8712aa68fe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ jobs:
runs-on: windows-2019 runs-on: windows-2019
defaults: defaults:
run: run:
shell: cmd # use CMD instead of powershell to catch error from bat script shell: cmd # TODO: does this matter make the error out?
strategy: strategy:
matrix: matrix:
arch: [x64] arch: [x64]
+1 -1
View File
@@ -27,5 +27,5 @@ $(AWSCRT_DIR)\ext\api.h: $(AWSCRT_DIR)\crt\aws-crt-ffi\src\api.h
# Get the dll directory to load # Get the dll directory to load
generate-php-ini: generate-php-ini:
@echo extension=$(BUILD_DIR)\php_awscrt.dll > php-win.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 @echo extension=$(PHP_PREFIX)\ext\php_mbstring.dll >> php-win.ini