From 5687858702786abd95c55b803424df513fdb07e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Mon, 3 May 2021 08:02:14 -0400 Subject: [PATCH] github: Run apt-get update in sanitizer test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/sanitizers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sanitizers.sh b/.github/workflows/sanitizers.sh index 4ed5da48c..2bb69b02c 100755 --- a/.github/workflows/sanitizers.sh +++ b/.github/workflows/sanitizers.sh @@ -9,6 +9,7 @@ ASAN_OPTIONS="$ASAN_OPTIONS:detect_odr_violation=0" export UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1 +apt-get update -qq apt-get install --yes --no-install-recommends \ apparmor automake autoconf bash-completion bridge-utils build-essential \ busybox-static clang cloud-image-utils curl dbus debhelper debootstrap \ -- 2.47.2