Update benchmark.yml

Update apt-get cache before installing valgrind as it looks like the default cache got out of date.
This commit is contained in:
Arseny Kapoulkine 2023-09-16 12:21:09 +02:00 committed by GitHub
parent 31a017c5c7
commit 309001020a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ jobs:
- name: Install valgrind
run: |
sudo apt-get update
sudo apt-get install valgrind
- name: Build Luau (gcc)