Skip to content

Commit 2733444

Browse files
committedMar 19, 2025
Update command to clear disk caches on Linux
1 parent 21317c2 commit 2733444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- run: shellcheck aliases exports
1616
- run: cp github_token.example github_token
1717
- run: ln -fs zshrc ~/.zshrc
18-
- run: hyperfine -N --prepare 'sync; echo 3 | sudo tee /proc/sys/vm/drop_caches' '/bin/zsh -il -c exit'
18+
- run: hyperfine -N --prepare 'sudo sync; echo 3 > /proc/sys/vm/drop_caches' '/bin/zsh -il -c exit'

0 commit comments

Comments
 (0)
Failed to load comments.