Skip to content

Commit d81b922

Browse files
authored
fix(ci): build doc with LC_ALL=C (ocaml#11479)
The installed locales in the github runner can act weirdly and in particular `C.UTF-8` has a different name; downgrading to `LC_ALL=C` fixes the build. Signed-off-by: Etienne Millon <[email protected]>
1 parent 80e0f48 commit d81b922

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ jobs:
136136
- uses: actions/checkout@v4
137137
- uses: cachix/install-nix-action@v18
138138
- run: nix develop .#doc -c make doc
139+
env:
140+
LC_ALL: C
139141

140142
coq:
141143
name: Coq 8.16.1

0 commit comments

Comments
 (0)