Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
Update apt-get cache before installing valgrind as it looks like the default cache got out of date.
  • Loading branch information
zeux authored Sep 16, 2023
1 parent 31a017c commit 3090010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Install valgrind
run: |
sudo apt-get update
sudo apt-get install valgrind
- name: Build Luau (gcc)
Expand Down

0 comments on commit 3090010

Please sign in to comment.