From 8267cc93d236e9ce0650f7de028d6493dbc7a85a Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Sat, 25 May 2024 21:44:00 -0400 Subject: [PATCH] remove the unnecessary purge step --- .github/workflows/test.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ae5b0a3..c2ebcd3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,15 +48,6 @@ jobs: run: | CARGO_TARGET_DIR=target/wasm wasm-pack test --chrome --headless ic-agent --features wasm-bindgen - - name: Purge for OSX - if: matrix.os == 'macos-latest' - run: | - # There is a bug with BSD tar on macOS where the first 8MB of the file are - # sometimes all NUL bytes. See https://github.com/actions/cache/issues/403 - # and https://github.com/rust-lang/cargo/issues/8603 for some more - # information. An alternative solution here is to install GNU tar, but - # flushing the disk cache seems to work, too. - sudo /usr/sbin/purge aggregate: name: test:required runs-on: ubuntu-latest