From faf09f40973f5575f588e7837c1a0ef53ff09f71 Mon Sep 17 00:00:00 2001 From: David Williams-Young Date: Sun, 24 Sep 2023 16:42:03 -0700 Subject: [PATCH] Ammend e1cf8df69fade401b1ff863ed410a08568318d36 --- .github/workflows/build_and_test_compiler_zoo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test_compiler_zoo.yml b/.github/workflows/build_and_test_compiler_zoo.yml index 0db7a6e..e5e4db8 100644 --- a/.github/workflows/build_and_test_compiler_zoo.yml +++ b/.github/workflows/build_and_test_compiler_zoo.yml @@ -42,7 +42,7 @@ jobs: - name: Install Valgrind shell: bash - run: apt install -y valgrind + run: apt update && apt install -y valgrind - name: Test shell: bash @@ -78,7 +78,7 @@ jobs: - name: Install Valgrind shell: bash - run: apt install -y valgrind + run: apt update && apt install -y valgrind - name: Test shell: bash