Skip to content

Commit

Permalink
BF: Install locales-all if LC_ALL env var is set
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed May 21, 2024
1 parent 217cde8 commit 318918e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
# needed for tests of patool compression fall-back solution
sudo eatmydata apt-get install xz-utils
sudo eatmydata apt-get install shunit2
[ -z "$LC_ALL" ] || sudo eatmydata apt-get install locales-all
- name: Configure _DL_TMPDIR before installing git-annex
run: |
Expand Down

0 comments on commit 318918e

Please sign in to comment.