mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
chore: fix stress test (#3297)
This commit is contained in:
@@ -19,7 +19,9 @@ jobs:
|
||||
run: rustup update stable
|
||||
|
||||
- name: Install Valgrind
|
||||
run: sudo apt-get install -y valgrind
|
||||
run: |
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y valgrind
|
||||
|
||||
# Compiles each of the stress test examples.
|
||||
- name: Compile stress test examples
|
||||
|
||||
Reference in New Issue
Block a user