Skip to content

Commit

Permalink
Set locales
Browse files Browse the repository at this point in the history
  • Loading branch information
fm7-1 committed Jan 30, 2025
1 parent d554624 commit 6769488
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
name: devenv
- name: Install devenv
run: nix-env -if https://github.com/cachix/devenv/archive/refs/tags/v1.3.1.tar.gz
- name: Set locales
run: |
export LANG=en_US.UTF-8
export LC_ALL=C.UTF-8
- name: Cache ~/.cabal/packages, ~/.cabal/store and dist-newstyle
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 6769488

Please sign in to comment.