We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334b1a1 commit 2efba6bCopy full SHA for 2efba6b
.github/scripts/windows/test.bat
@@ -7,4 +7,4 @@ if /i "%APPVEYOR%%GITHUB_ACTIONS%" neq "True" (
7
8
set SDK_RUNNER=%PHP_BUILD_CACHE_SDK_DIR%\phpsdk-%PHP_BUILD_CRT%-%PLATFORM%.bat
9
10
-cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\.github\scripts\windows\test_task.bat
+cmd /c %SDK_RUNNER% -t .github\scripts\windows\test_task.bat
.github/workflows/push.yml
@@ -98,7 +98,6 @@ jobs:
98
name: "WINDOWS_${{ matrix.x64 && 'X64' || 'X86' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
99
runs-on: windows-2019
100
env:
101
- APPVEYOR_BUILD_FOLDER: "${{ github.workspace }}"
102
APPVEYOR_REPO_BRANCH: "${{ github.ref_name }}"
103
PHP_BUILD_CACHE_BASE_DIR: c:\build-cache
104
PHP_BUILD_OBJ_DIR: c:\obj
0 commit comments