chore: fix stress test (#3297)

This commit is contained in:
Alice Ryhl
2020-12-19 12:11:10 +01:00
committed by GitHub
parent 3ecaf9fd9a
commit d948ccedfc
+3 -1
View File
@@ -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