We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21317c2 commit 2733444Copy full SHA for 2733444
.github/workflows/main.yml
@@ -15,4 +15,4 @@ jobs:
15
- run: shellcheck aliases exports
16
- run: cp github_token.example github_token
17
- 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'
+ - run: hyperfine -N --prepare 'sudo sync; echo 3 > /proc/sys/vm/drop_caches' '/bin/zsh -il -c exit'
0 commit comments