Revert "add workaround for macos github actions cache issue (#1584)" (#1605)

This reverts commit 0076b19893cb8bd3f6e852944e2f607a67f53ab4.

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
Alex Goodman 2023-02-22 15:03:12 -05:00 committed by GitHub
parent aa151da5fe
commit 669fee84d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,14 +154,6 @@ 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: