Modify ↓
Opened 18 months ago
Closed 18 months ago
#13602 closed defect (fixed)
`vcpkg install "@.github\vcpkg.txt"` failed on GitHub Actions
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.6 |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The response file of vcpkg command doesn't work.
Related: https://github.com/microsoft/vcpkg-tool/pull/1027
<unknown>:1:1: error: expected a port name here (must be lowercase, digits, '-') on expression: ^ example: vcpkg install zlib zlib:x64-windows curl boost Write-Error: D:\a\_temp\bc1f4013-df4b-4b93-aa85-ab1d7047096e.ps1:2 Line | 2 | . .github\windows-prepare.ps1 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | vcpkg install exited with 1
Attachments (0)
Note:
See TracTickets
for help on using tickets.
I encountered another issue after applying workaround for the issue of response file:
It is due to Subversion 1.14.2 is unable to build with SWIG 4.1 which is updated in https://github.com/actions/runner-images/commit/4cede79c69f29432d015075937060f75b894db58. I try to build after applying https://svn.apache.org/r1905173.