From f6699bfcd60d878bebdcc42afba5ca4bb945f8ee Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Wed, 19 Jul 2023 19:32:02 -0400 Subject: [PATCH] [libsndfile] Prevent issue building from cached image (#10728) --- projects/libsndfile/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/libsndfile/build.sh b/projects/libsndfile/build.sh index fc0a8ebcc..8e48c1aff 100755 --- a/projects/libsndfile/build.sh +++ b/projects/libsndfile/build.sh @@ -16,6 +16,7 @@ ################################################################################ # Run the OSS-Fuzz script in the project. +apt-get update ./ossfuzz/ossfuzz.sh # To make CIFuzz fast, see here for details: https://github.com/libsndfile/libsndfile/pull/796