Skip to content

Commit c302ae6

Browse files
committed
test passing env var in the same command
1 parent cb8f8e5 commit c302ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Compile code ${{ matrix.ghc }}
6060
run: nix develop --no-pure-eval -c cabal build
6161
- name: Run tests ${{ matrix.ghc }}
62-
run: nix develop --no-pure-eval -c cabal test
62+
run: GHC_CHARENC=GHC_NO_UNICODE nix develop --no-pure-eval -c cabal test
6363

6464
# docker:
6565
# uses: ./.github/workflows/reusable-docker.yml

0 commit comments

Comments
 (0)