Skip to content

Commit 1a16e17

Browse files
authored
remove the unnecessary purge step (#561)
1 parent d3db617 commit 1a16e17

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test.yml

-9
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@ jobs:
4848
run: |
4949
CARGO_TARGET_DIR=target/wasm wasm-pack test --chrome --headless ic-agent --features wasm-bindgen
5050
51-
- name: Purge for OSX
52-
if: matrix.os == 'macos-latest'
53-
run: |
54-
# There is a bug with BSD tar on macOS where the first 8MB of the file are
55-
# sometimes all NUL bytes. See https://github.com/actions/cache/issues/403
56-
# and https://github.com/rust-lang/cargo/issues/8603 for some more
57-
# information. An alternative solution here is to install GNU tar, but
58-
# flushing the disk cache seems to work, too.
59-
sudo /usr/sbin/purge
6051
aggregate:
6152
name: test:required
6253
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)