-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Issues when trying to use the action #179
Comments
@4JX i think you spot already the issue:
You can either customize the Let me know if this helps. |
I was thinking about where Should I be manually creating the installed directory? I tried setting it as |
@4JX thanks a lot for trying this out! In the last failing run the root cause of the failure is that a
|
@4JX Let me know if your workflow runs correctly. I plan to add a new workflow to validate your scenario ('cargo'+'vcpkg'), and to improve |
Magically worked again https://github.com/4JX/L5P-Keyboard-RGB/actions/runs/4087432025/jobs/7047932976 (while also linking to the downloaded deps in the correct directory specified by
It seems to be mostly working, but when using Is it correct to assume that such a directory will exist? Manually using |
@4JX it is great to see a sample for cargo+vcpkg! I'll look into it to make it working on macOS and let you know. |
@4JX the sample of using This is the workflow run: https://github.com/lukka/vcpkg-action-test/actions/runs/4100509958 I am looking forward to add the scenario to the set of validation tests of run-vcpkg, thanks for creating a small test case! |
Great! Thanks for the support provided on getting this working. |
@4JX are you currently using |
Had that just happen, updating to a more recent commit (and using v11) seems to have fixed it |
@4JX I think that I could reference your project as a sample that shows how to integrate |
I want to use this action since it significantly cuts down the build times thanks to the caching, but I cannot seem to get it to work in place of manually calling
vcpkg
.If I use the action, the build scripts of my dependencies cannot seem to find the installed packages
https://github.com/4JX/L5P-Keyboard-RGB/actions/runs/3999069155
However, if I revert to manually using
vcpkg
they are found just fine.https://github.com/4JX/L5P-Keyboard-RGB/actions/runs/4008777116
Reading the logs the most prominent difference would be the place
vcpkg
is installed, but I do not believe that to be the issue.The text was updated successfully, but these errors were encountered: