From 8290a12f74da0558f07e991c02af359b3d243777 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Wed, 22 Feb 2023 15:03:12 -0500 Subject: [PATCH] Revert "add workaround for macos github actions cache issue (#1584)" (#1605) This reverts commit 0076b19893cb8bd3f6e852944e2f607a67f53ab4. Signed-off-by: Alex Goodman --- .github/workflows/validations.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index 9f5a4b79d1e7..dbb376e75e1e 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -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: