]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
github: CC fix export
authorKarel Zak <kzak@redhat.com>
Tue, 26 Jan 2021 11:09:01 +0000 (12:09 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 26 Jan 2021 11:09:01 +0000 (12:09 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
.github/workflows/cibuild-setup-ubuntu.sh

index 4188d7cc243116b03ba08b63f3724d18e4f6209b..160d0301d61af62e736b021a687a10a71ee7cad1 100755 (executable)
@@ -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