From 309001020a784a9f18acc3136146b0ac4fd57b52 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 16 Sep 2023 12:21:09 +0200 Subject: [PATCH] Update benchmark.yml Update apt-get cache before installing valgrind as it looks like the default cache got out of date. --- .github/workflows/benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c7531608..7a11fbe1 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -25,6 +25,7 @@ jobs: - name: Install valgrind run: | + sudo apt-get update sudo apt-get install valgrind - name: Build Luau (gcc)