mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 18:46:41 +01:00
add workaround for macos github actions cache issue (#1584)
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
2642a36161
commit
0076b19893
8
.github/workflows/validations.yaml
vendored
8
.github/workflows/validations.yaml
vendored
@ -154,6 +154,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
# TODO: remove this when actions/cache + mac runner is fixed
|
||||||
|
# see https://github.com/actions/cache/issues/1110
|
||||||
|
- name: Downgrade zstd on macOS
|
||||||
|
run: |
|
||||||
|
brew uninstall --ignore-dependencies zstd
|
||||||
|
git -C "$(brew --repo homebrew/core)" checkout d3f04bd Formula/zstd.rb
|
||||||
|
brew install zstd
|
||||||
|
|
||||||
- name: Download snapshot build
|
- name: Download snapshot build
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user