https://github.com/hanabi1224/cache-cargo-bin-action
This action caches binaries installed via `cargo install`
https://github.com/hanabi1224/cache-cargo-bin-action
Last synced: about 12 hours ago
JSON representation
This action caches binaries installed via `cargo install`
- Host: GitHub
- URL: https://github.com/hanabi1224/cache-cargo-bin-action
- Owner: hanabi1224
- License: mit
- Created: 2022-11-30T09:37:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T15:37:35.000Z (about 2 years ago)
- Last Synced: 2025-06-07T22:59:12.748Z (4 months ago)
- Language: TypeScript
- Size: 305 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cache-cargo-bin-action
This action caches binaries installed via `cargo install`.
# Features
- automatically update cache when new bin versions are installed.
# Usage
```yaml
- uses: hanabi1224/cache-cargo-bin-action@v1.0.0
- run: cargo install --locked [bins]
# This flag makes the binaries much smaller
env:
RUSTFLAGS: "-Cstrip=symbols"
```