{"id":20156486,"url":"https://github.com/f3d-app/sccache-setup-action","last_synced_at":"2026-03-19T14:13:12.025Z","repository":{"id":252740554,"uuid":"841304541","full_name":"f3d-app/sccache-setup-action","owner":"f3d-app","description":"A github action to install and setup sccache to speed up your builds","archived":false,"fork":false,"pushed_at":"2024-08-30T07:05:24.000Z","size":15,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-22T23:44:15.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f3d-app.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,"zenodo":null}},"created_at":"2024-08-12T06:21:06.000Z","updated_at":"2024-08-30T06:53:01.000Z","dependencies_parsed_at":"2024-08-29T20:24:32.341Z","dependency_job_id":"cb0bbf59-4d28-4428-b3ee-0a3bdb3caeef","html_url":"https://github.com/f3d-app/sccache-setup-action","commit_stats":null,"previous_names":["f3d-app/sccache-setup-action"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/f3d-app/sccache-setup-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3d-app%2Fsccache-setup-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3d-app%2Fsccache-setup-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3d-app%2Fsccache-setup-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3d-app%2Fsccache-setup-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f3d-app","download_url":"https://codeload.github.com/f3d-app/sccache-setup-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3d-app%2Fsccache-setup-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29228544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T09:43:19.170Z","status":"ssl_error","status_checked_at":"2026-02-08T09:42:55.556Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-13T23:38:56.912Z","updated_at":"2026-02-08T11:02:02.078Z","avatar_url":"https://github.com/f3d-app.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# sccache-setup-action\n\nA github action to install and setup sccache to speed up your builds\n\nIt installs (on Windows using `choco` and on MacOS using `brew`), recover a cached sccache cache using the github cache action\nthen setup and run a sccache server.\n\nOn Linux, it assumes sccache is available.\n\nExample usage:\n\n```\n  - name: Install and setup sccache\n    uses: f3d-app/sccache-setup-action@v1\n    with:\n      key: MyKey-0\n```\n\nThen during the configuration of your build, add sccache as a launcher, eg, for CMake:\n\n```\n  - name: Configure\n    working-directory: ${{github.workspace}}/build\n    shell: bash\n    run: \u003e\n      cmake ../source\n      -DCMAKE_CXX_COMPILER_LAUNCHER=sccache\n      -DCMAKE_C_COMPILER_LAUNCHER=sccache\n```\n\nResulting caches can be seen in your actions tab.\n\nTo check the sccache action is behaving as expected, it is possible to add the following at the end of your job:\n\n```\n  - name: Stop and check sccache\n    shell: bash\n    run: sccache --show-stats\n```\n\nPlease note sccache does not work with Visual Studio Generator on Windows but requires ninja-build in that case:\nhttps://github.com/mozilla/sccache/issues/957\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3d-app%2Fsccache-setup-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff3d-app%2Fsccache-setup-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3d-app%2Fsccache-setup-action/lists"}