mirror of
https://github.com/sharkdp/bat
synced 2024-11-23 12:23:19 +00:00
Use cache for faster install
This commit is contained in:
parent
2cfeebab90
commit
f3227c259e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/CICD.yml
vendored
1
.github/workflows/CICD.yml
vendored
|
@ -105,6 +105,7 @@ jobs:
|
|||
with:
|
||||
crate: cargo-get
|
||||
version: latest
|
||||
use-tool-cache: true
|
||||
- name: Extract crate information
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue