GHA: canary-matrix.yml: apt-get update

This commit is contained in:
Darryl L. Miles
2026-03-25 12:39:20 +00:00
parent e789f18523
commit 4a4cd34677
+2
View File
@@ -138,6 +138,8 @@ jobs:
echo "BUILD_GCC_VERSION=$BUILD_GCC_VERSION" >> $GITHUB_ENV
echo "BUILD_CLANG_VERSION=$BUILD_CLANG_VERSION" >> $GITHUB_ENV
sudo apt-get update
if [ -n "$BUILD_GCC_VERSION" ]
then
GCCV=$BUILD_GCC_VERSION