Skip to content

Commit

Permalink
fix(ci): fix regress test download of locales (#12296)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored Sep 14, 2023
1 parent 7a02d12 commit c07633a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/regress-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ mv target/debug/risingwave_regress_test-"$profile" target/debug/risingwave_regre
chmod +x ./target/debug/risingwave_regress_test

echo "--- Postgres regress test"
apt-get -y update
apt-get -y install locales
locale-gen C
export LANGUAGE=C
Expand Down

0 comments on commit c07633a

Please sign in to comment.