-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to vcpkg-action@v6 and use vcpkg-binarycache #434
Update to vcpkg-action@v6 and use vcpkg-binarycache #434
Conversation
@johnwason Do you know why CI is failing? |
No I am not sure why it is failing. |
The error on windows-2022 is:
I have no idea why this is happening since @ooeygui do you have any advice on how to fix this error? |
@johnwason Hey there, |
I switched back to the old cache method and confirmed that ompl and other vcpkg were not cached. I still see the same error. |
I see what's going on. Ompl is built using mingw, but the rest of is built using visual studio. I'm trying to figure out why it is getting brought in.
|
770186f
to
13c109f
Compare
Thanks @ooeygui! @Levi-Armstrong I think we are good to merge this commit once the CI finishes and then open an issue about the windows-2022 build problem. |
f22b04d
into
tesseract-robotics:master
See #446 |
Update to v6 of vcpkg-action. v6 optionally uses the new built-in GitHub caching for vcpkg to provide more accurate caching.