Below you will find pages that utilize the taxonomy term “F3d-App”
April 13, 2026
Install and Setup sccache
Version updated for https://github.com/f3d-app/sccache-setup-action to version v2.0.
This action is used across all versions by 4 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The sccache-setup-action GitHub Action automates the installation, configuration, and setup of the sccache build caching tool to accelerate build processes. It simplifies the management of sccache by installing it (if needed), restoring cached build artifacts, and configuring the sccache server for use in workflows. This action helps reduce build times by reusing previously compiled outputs, making it particularly useful for large or repetitive builds.
April 12, 2026
Cache LFS data
Version updated for https://github.com/f3d-app/lfs-data-cache-action to version v2.2.
This action is used across all versions by 6 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The lfs-data-cache-action is a GitHub Action designed to efficiently cache and recover Git Large File Storage (LFS) data in CI workflows, reducing the need for repeated cloning of large files and minimizing LFS bandwidth usage. It operates in two modes: as a producer to cache and upload LFS data, and as a consumer to retrieve cached or pre-uploaded data, ensuring faster and cost-effective CI pipeline execution. The action leverages caching and artifact storage, with support for specifying repositories, branches, or commits to optimize LFS data handling.