mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08:00
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:
parent
31a017c5c7
commit
309001020a
1
.github/workflows/benchmark.yml
vendored
1
.github/workflows/benchmark.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
||||
|
||||
- name: Install valgrind
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install valgrind
|
||||
|
||||
- name: Build Luau (gcc)
|
||||
|
Loading…
Reference in New Issue
Block a user