We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8f8e5 commit c302ae6Copy full SHA for c302ae6
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Compile code ${{ matrix.ghc }}
60
run: nix develop --no-pure-eval -c cabal build
61
- name: Run tests ${{ matrix.ghc }}
62
- run: nix develop --no-pure-eval -c cabal test
+ run: GHC_CHARENC=GHC_NO_UNICODE nix develop --no-pure-eval -c cabal test
63
64
# docker:
65
# uses: ./.github/workflows/reusable-docker.yml
0 commit comments