Luca

Results 123 comments of Luca

@LecrisUT I am trying to understand which problem we are trying to solve. When defining the value of `CMAKE_BUILD_PARALLEL_LEVEL` is going to be useful? I'd expect that delegating the choice...

@quyykk yes, there is already such functionality which dumps on the action's log the whole content of the files which match the regex provided by `logCollectionRegExps` input, see in [action.yml](https://github.com/lukka/run-vcpkg/blob/main/action.yml#L55):...

> I couldn't execute `npm install` so I have to rely on the CI to produce the dist-git > > ``` > /usr/bin/npm install > npm ERR! code E401 >...

@q4a I think I'd be glad to see how to solve this problem with a PR contributed from the community. The problem is that the `github.workspace` contains backslashes on Windows,...

@LecrisUT here a summary of my thinking about this feature: - by [searching on existing usages](https://github.com/search?q=+CMAKE_BUILD_PARALLEL_LEVEL+AND+%22lukka%2Frun-cmake%22&type=code) of `CMAKE_BUILD_PARALLEL_LEVEL` along with `run-cmake`, it looks like it suffices to set environment variable,...

> @lukka Did you want to get these changes into our next release 1.20.2? Not yet, thank you for the heads up!

closing in favor of #12577

@njzjz @Xevion could you test with `uses: lukka/get-cmake@dev/ninja-1.12.1` ? The fix is in this PR: https://github.com/lukka/get-cmake/pull/139 ready to be merged as soon as anyone confirm it is fixing this problem.

@Xevion thank you, this is looking good to me! Closing this issue, let me know if any other issue comes up.