From 123650c600ebb8bdf64e17ee6b83406b070dffbb Mon Sep 17 00:00:00 2001 From: Green Sky Date: Wed, 25 Feb 2026 11:21:15 +0100 Subject: [PATCH] chore: update apt repos before installing deps for sonar --- .github/scripts/sonar-prepare | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/sonar-prepare b/.github/scripts/sonar-prepare index 93869b4f7..abe951a11 100755 --- a/.github/scripts/sonar-prepare +++ b/.github/scripts/sonar-prepare @@ -2,6 +2,7 @@ set -eu +sudo apt-get update sudo apt-get install -y --no-install-recommends \ libconfig-dev \ libopus-dev \