Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Nov 23, 2024
1 parent 424f54a commit 2649643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
sudo apt-get -q install -y --no-install-recommends $(pkg-resolver/resolve.py ubuntu:focal)
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
RUN locale-gen en_US.UTF-8
locale-gen en_US.UTF-8
export LANG='en_US.UTF-8'
export LANGUAGE='en_US:en'
export LC_ALL='en_US.UTF-8'
Expand Down

0 comments on commit 2649643

Please sign in to comment.