Skip to content

Commit

Permalink
Debug locale
Browse files Browse the repository at this point in the history
  • Loading branch information
fm7-1 committed Jan 31, 2025
1 parent 323f902 commit cb8f8e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
matrix:
os:
- macos-13 # x86_64-darwin
- macos-latest # aarch64-darwin
# - macos-13 # x86_64-darwin
# - macos-latest # aarch64-darwin
- ubuntu-latest # x86_64-linux
fail-fast: true
runs-on: ${{ matrix.os }}
Expand All @@ -43,6 +43,8 @@ jobs:
export LANG=en_US.UTF-8
export LC_ALL=C.UTF-8
export GHC_CHARENC=GHC_NO_UNICODE
echo "---------------"
locale
- name: Cache ~/.cabal/packages, ~/.cabal/store and dist-newstyle
uses: actions/cache@v4
with:
Expand Down

0 comments on commit cb8f8e5

Please sign in to comment.