You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command is working on github's default runners, however it isn't working on my company's self-hosted runners. I'm unable to see any obvious difference between the two. The action is very simple.
is resolving to "/home/ubuntu/actions-runner/_work/vcpkg_debug/vcpkg_debug/vcpkg_installed/include" rather than
"/home/ubuntu/actions-runner/_work/vcpkg_debug/vcpkg_debug/vcpkg_installed/x64-linux/include. I tried just creating that directory, but then it failed to find re2 components. Thanks for any help.
The text was updated successfully, but these errors were encountered:
Operating system
Ubuntu 22.04
Compiler
gcc 11.4
Steps to reproduce the behavior
`vcpkg/vcpkg install grpc`
Failure logs
config-x64-linux-dbg-CMakeCache.txt.log
[config-x64-linux-rel-CMakeCache.txt.log](https://github.com/microsoft/vcpkg/files/14910809/
config-x64-linux-out.log
config-x64-linux-rel-CMakeCache.txt.log)
Additional context
The command is working on github's default runners, however it isn't working on my company's self-hosted runners. I'm unable to see any obvious difference between the two. The action is very simple.
It appears that ${PACKAGE_PREFIX_DIR} from
is resolving to "/home/ubuntu/actions-runner/_work/vcpkg_debug/vcpkg_debug/vcpkg_installed/include" rather than
"/home/ubuntu/actions-runner/_work/vcpkg_debug/vcpkg_debug/vcpkg_installed/x64-linux/include. I tried just creating that directory, but then it failed to find re2 components. Thanks for any help.
The text was updated successfully, but these errors were encountered: