Skip to content

Commit 2efba6b

Browse files
committed
abs path not needed
1 parent 334b1a1 commit 2efba6b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/scripts/windows/test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if /i "%APPVEYOR%%GITHUB_ACTIONS%" neq "True" (
77

88
set SDK_RUNNER=%PHP_BUILD_CACHE_SDK_DIR%\phpsdk-%PHP_BUILD_CRT%-%PLATFORM%.bat
99

10-
cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\.github\scripts\windows\test_task.bat
10+
cmd /c %SDK_RUNNER% -t .github\scripts\windows\test_task.bat

.github/workflows/push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
name: "WINDOWS_${{ matrix.x64 && 'X64' || 'X86' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
9999
runs-on: windows-2019
100100
env:
101-
APPVEYOR_BUILD_FOLDER: "${{ github.workspace }}"
102101
APPVEYOR_REPO_BRANCH: "${{ github.ref_name }}"
103102
PHP_BUILD_CACHE_BASE_DIR: c:\build-cache
104103
PHP_BUILD_OBJ_DIR: c:\obj

0 commit comments

Comments
 (0)