-
Notifications
You must be signed in to change notification settings - Fork 6
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
When I don't want to use the vcpkg installation package, with:pkgs: "", but report an error? #14
Comments
I have no idea what you are asking. There is an issue that error messages may not be displayed due to the temporary file capturing output. It will be fixed sometime using |
|
|
Can you try |
I have this exact same problem. The problem is that I previously used the vcpkg manifest file, but now I want to install the packages individually, while still keeping the
Is there any way to keep the file |
@MangaD I think it is vcpkg itself picking up the manifest file rather than this action. Try adding |
Also the |
@johnwason I removed the |
Can you link me to the workflow file and the action log? |
Sorry, I deleted the action as I'm rewriting history as I attempt to solve this problem. The workflow file is temporarily available here: https://github.com/MangaD/cpp-project-template/blob/main/.github/workflows/build-release.yml#L106 |
I have recreated the problem... I will see if I can fix it. |
I just tried setting the environment variable |
It appears that vcpkg will search the parent directory tree for |
When I don't want to use the vcpkg to install package, with:pkgs: "", but report an error?
I intend to install package for other vcpkg manually.
The text was updated successfully, but these errors were encountered: