Luca
Luca
@quyykk good idea, i can make by default `doNotCache:true` by default.
@quyykk i am going to disable the cache of vcpkg+ports file by default and while testing this out, i noticed that the GH Action cache service is being throttled and...
@quyykk with release https://github.com/lukka/run-vcpkg/releases/tag/v11.0 the cache of vcpkg's exe and port files is disabled by default, and can be turned out manually by the user (`doNotCache:false`). it may be ideal...
@quyykk yes, when the upload to the cache fails for a single port, it does not report an error but it says "Uploaded 0 package(s) to GHA in 123 ms."....
@quyykk if retrying is a viable option, sounds good. Otherwise if retrying could lead to worsening the problem, it may be sufficient to write in the output the reason/failure that...
Closing as more than one year of inactivity. Feel free to ask to reopen if needed.
Closing as more than one year of inactivity. Feel free to ask to reopen if needed.
@HunterZ take a look to the last block in the [flowchart](https://github.com/lukka/run-cmake?tab=readme-ov-file#flowchart). When used wth vcpkg (e.g. VCPKG_ROOT defined), the action does automatically setup the MSVC environment when running on Windows...
@4JX i think you spot already the issue: `run-vcpkg` by default puts the `installed` directory using `--x-install-root,/home/runner/work/L5P-Keyboard-RGB/b/vcpkg_installed`, while your build is trying to pull them from the `$VCPKG_ROOT/installed`: ``` 2023-01-24T18:08:31.0955971Z...
@4JX thanks a lot for trying this out! In the last [failing run](https://github.com/4JX/L5P-Keyboard-RGB/actions/runs/4038536445/jobs/6942641088#step:5:78) the root cause of the failure is that a `vcpkg.json` file was not found, hence the action...