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

This commit is contained in:
Darryl L. Miles
2026-03-26 09:20:07 -04:00
committed by R. Timothy Edwards
parent 7fd2ef8100
commit 9d967bdf64
+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