From f07e05411b19d251b22ad9303ebf31e72fa3ff4b Mon Sep 17 00:00:00 2001 From: Noah Hellman Date: Fri, 12 Jan 2024 23:51:58 +0100 Subject: [PATCH] ci: run apt-get update needed by some version change? --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff15abd..d520b1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,6 +96,7 @@ jobs: run: | rustup update stable rustup default stable + sudo apt-get update sudo apt-get install valgrind - name: "Fetch benchmark inputs" run: make bench