Sam Vanheer

Results 122 comments of Sam Vanheer

I've added some logic to print the log file: https://github.com/SamVanheer/halflife-unified-sdk/runs/6969638872?check_suite_focus=true But all it seems to contain is this: ``` Error: while checking out port spdlog with git tree 1ac795913d88241171b45d796d3fe5dd38519d5a Error:...

As far as i can tell that's all that's actually in the log file. I tried to print the contents in three different ways (tried on Windows and Linux) and...

I think i found the problem: both spdlog and Angelscript are listed in the dependencies array without a port version: ```json { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "halflife-unified-sdk", "version-semver": "0.1.0", "builtin-baseline": "b49b2bdf22559c89eddbf29a29621a1dc6929320",...

I just found the cause of the problem. In Github Actions, by default, actions/checkout only checks out the last commit. Port version 0 doesn't exist in the latest version of...

Does this require more information or steps to reproduce locally?

Perhaps checking if the vcpkg repository is a shallow repository could help? The checkout action appears to create a shallow repository if `fetch-depth` is > 0 so [this](https://git-scm.com/docs/git-rev-parse#Documentation/git-rev-parse.txt---is-shallow-repository) should show...

I'll leave it up to you. I haven't worked with this codebase before.

Version 3.11.0 should be skipped since it has a bug. Version 3.11.1 should be used: https://github.com/nlohmann/json/releases/tag/v3.11.1

3.11.2 is out: https://github.com/nlohmann/json/releases/tag/v3.11.2 Doesn't look like there are any show-stopper issues.

Ah, thanks. I didn't realize the pull request had been updated.