Skip to content

Commit

Permalink
Revert "add workaround for macos github actions cache issue (#1584)"
Browse files Browse the repository at this point in the history
This reverts commit 0076b19.
  • Loading branch information
wagoodman committed Feb 22, 2023
1 parent aa151da commit 2af191f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,6 @@ jobs:
steps:
- 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
uses: actions/cache/restore@v3
with:
Expand Down

0 comments on commit 2af191f

Please sign in to comment.