Skip to content

Commit 4ee8f72

Browse files
cataphractclaude
andcommitted
Fix --with-libarchive path: hardcode C:\vcpkg installed dir
env context in GitHub Actions only covers variables set in the workflow itself, not runner system env vars, so \${{ env.VCPKG_INSTALLATION_ROOT }} expanded to empty string. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b5e3504 commit 4ee8f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
php-version: ${{ matrix.php }}
108108
arch: ${{ matrix.arch }}
109109
ts: ${{ matrix.ts }}
110-
args: --with-libarchive=${{ env.VCPKG_INSTALLATION_ROOT }}\installed\x64-windows-static-md
110+
args: --with-libarchive=C:\vcpkg\installed\x64-windows-static-md
111111

112112
- name: Upload test results
113113
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)