Skip to content

Commit

Permalink
Set encoding variables on Ubuntu in GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx authored Jul 13, 2024
1 parent 47834c0 commit a1bb9aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@ jobs:
echo "'$LANG'"
echo "'$LC_ALL'"
echo "'$LC_TYPE'"
- name: "Set encoding variables"
run: |
export LANG="C.utf-8"
export LC_ALL="C.utf-8"
export LC_TYPE="C.utf-8"
- name: "Run bats tests"
run: script -q -e -c "bats test"
# - name: "Install Go"
Expand Down

0 comments on commit a1bb9aa

Please sign in to comment.