{"id":15657541,"url":"https://github.com/friendlyanon/setup-vcpkg","last_synced_at":"2025-05-01T09:16:58.356Z","repository":{"id":68574457,"uuid":"383560393","full_name":"friendlyanon/setup-vcpkg","owner":"friendlyanon","description":"Set vcpkg up in GitHub Actions with caching","archived":false,"fork":false,"pushed_at":"2024-12-10T21:34:44.000Z","size":3249,"stargazers_count":25,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T09:16:51.758Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/friendlyanon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-06T18:13:23.000Z","updated_at":"2025-04-16T13:24:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"81097dc7-7463-4994-82e8-d57e74a60846","html_url":"https://github.com/friendlyanon/setup-vcpkg","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"2d431e834f534281ce7f4ee61c23ccfd1769ccd9"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friendlyanon%2Fsetup-vcpkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friendlyanon%2Fsetup-vcpkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friendlyanon%2Fsetup-vcpkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friendlyanon%2Fsetup-vcpkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/friendlyanon","download_url":"https://codeload.github.com/friendlyanon/setup-vcpkg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251850181,"owners_count":21653978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T13:07:58.767Z","updated_at":"2025-05-01T09:16:58.330Z","avatar_url":"https://github.com/friendlyanon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup vcpkg [![CI build][1]][2]\n\nThis is a GitHub action that sets vcpkg up in GitHub Actions and caches it.\n\nSee the [action.yaml](action.yaml) file for inputs and outputs.\n\n## Example usage\n\n    - uses: friendlyanon/setup-vcpkg@v1\n      with: { committish: 63aa65e65b9d2c08772ea15d25fb8fdb0d32e557 }\n    \n    - name: Run CMake with manifest mode vcpkg\n      shell: bash\n      run: cmake -B build\n        -D \"CMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake\"\n\n# What does it do?\n\nValues in angle brackets (`\u003c\u003e`) are inputs.\n\n* Sets the `VCPKG_ROOT` and `VCPKG_DEFAULT_BINARY_CACHE` env variables to\n  `\u003cpath\u003e` and `\u003cpath\u003e/.cache` respectively.\n* Attempts to restore vcpkg from the cache using `\u003cpath\u003e`, `\u003ccache-key\u003e` and\n  `\u003ccache-restore-keys\u003e`.\n  * If successful, then stop.\n* If `\u003ccommittish\u003e` was provided, clones `\u003cgit-url\u003e` into `\u003cpath\u003e` and checks\n  `\u003ccommittish\u003e` out. Otherwise, a git submodule must exist at `\u003cpath\u003e`.\n* Runs `bootstrap-vcpkg.bat` on Windows or `bootstrap-vcpkg.sh` on *nix\n  systems.\n\nIf `\u003ccache\u003e` is set to `false`, then the cache related steps are skipped. Only\nthe executable and binary cache are stored in the GitHub Actions cache.\n\n# License\n[MIT License](LICENSE)\n\n[1]: https://github.com/friendlyanon/setup-vcpkg/workflows/CI/badge.svg\n[2]: https://github.com/friendlyanon/setup-vcpkg/actions?query=workflow%3ACI+branch%3Amaster\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendlyanon%2Fsetup-vcpkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriendlyanon%2Fsetup-vcpkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendlyanon%2Fsetup-vcpkg/lists"}