Skip to content

Commit

Permalink
ci: fix build locale
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylyzo committed Mar 23, 2024
1 parent 0c553d0 commit c27189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build Binaries
run: |
docker run --rm -v "${PWD}":/code libass/jso:latest
docker run --rm --env LC_ALL=C.UTF-8 -v "${PWD}":/code libass/jso:latest
- name: Setup node environment for NPM
uses: actions/setup-node@v4.0.2
Expand Down

0 comments on commit c27189b

Please sign in to comment.