-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Action does not work without run-vcpkg
with no vcpkg.json
#142
Comments
@LecrisUT this should be a regression introduced recently in vcpkg, you may find out if you try using an older version of vpkg: it would be super helpful if you can identify in which version this occurred. To work around this, you may try removing
That way |
That might be difficult because I can't run |
@LecrisUT I am afraid I was not clear enough. In your case, the error is happening because OTOH, the |
This is basically my thought on the issue. If vcpkg was intended to be used but not used, there would be other helpful error messages afterwards, so this restriction can be relaxed. And iirc users can also suppress warning messages in their workflow, so it wouldn't be much disadvantage. |
I have encountered this issue in: https://github.com/spglib/spglib/actions/runs/9647881847/job/26607773265
I was trying to update
run-cmake
tov10
, but onwindoes-latest
(related to the fix inv10.6
) I get an error of:The project does not have any
vcpkg.json
yet as I am still thinking on how to package this. Any possibilities to make it fallback when novcpkg.json
is found?The text was updated successfully, but these errors were encountered: