Skip to content

Commit

Permalink
Do not overwrit env variables in ci build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngalstyan4 committed Dec 10, 2024
1 parent c307891 commit 618a4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

function setup_locale_and_install_packages() {
echo "LC_ALL=en_US.UTF-8" > /etc/environment
echo "LC_ALL=en_US.UTF-8" >> /etc/environment
echo "CC=/usr/bin/gcc-12" >> /etc/environment
echo "CXX=/usr/bin/g++-12" >> /etc/environment
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
Expand Down

0 comments on commit 618a4ca

Please sign in to comment.