mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-31 00:24:17 +00:00
Merge pull request #743 from tlaurion/CIs_reusable_cache_fix
CircleCI: fix save_cache
This commit is contained in:
commit
872ac38fbb
@ -154,7 +154,7 @@ jobs:
|
|||||||
path: build/qemu-coreboot
|
path: build/qemu-coreboot
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: heads-{{ .CIRCLE_PROJECT_USERNAME }}{{ .Environment.CACHE_VERSION }}
|
key: heads-{{ .Environment.CIRCLE_USERNAME }}{{ .Environment.CACHE_VERSION }}
|
||||||
paths:
|
paths:
|
||||||
- packages
|
- packages
|
||||||
- crossgcc
|
- crossgcc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user