Skip to content

Commit

Permalink
chore: fix stress test (#3296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Dec 19, 2020
1 parent 176c809 commit 1e88064
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e88064

Please sign in to comment.