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

This commit is contained in:
Darryl L. Miles 2026-03-23 22:40:51 +00:00 committed by R. Timothy Edwards
parent 7fd2ef8100
commit 9d967bdf64
1 changed files with 2 additions and 0 deletions

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