github: CC fix export

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2021-01-26 12:09:01 +01:00
parent 025c43dfe1
commit cf82a233eb
1 changed files with 3 additions and 3 deletions

View File

@ -51,9 +51,9 @@ else
fatal "Unknown compiler: $COMPILER"
fi
export CC
export CXX
export AR
export CC="$CC"
export CXX="$CXX"
export AR="$AR"
apt-get -y update --fix-missing