diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-02-01 17:04:15 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-02-01 17:39:18 +0900 |
| commit | 2a1e5a9729eb9c9240d632fb40ac97924f013a45 (patch) | |
| tree | 4b224ade857e51233143d3861dc33453c44be8b1 /.github | |
| parent | 413c66beba677d7492c1e61cd7d225227c012f9b (diff) | |
| download | fzf-2a1e5a9729eb9c9240d632fb40ac97924f013a45.tar.gz | |
More test fixes for tcell on GitHub Actions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linux.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index eeed0dc1..50551f7f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,6 +11,9 @@ on: permissions: contents: read +env: + LANG: C.UTF-8 + jobs: build: runs-on: ubuntu-latest @@ -42,7 +45,7 @@ jobs: run: make test - name: Integration test - run: make install && ./install --all && LC_ALL=C tmux new-session -d && ruby test/test_go.rb --verbose + run: make install && ./install --all && tmux new-session -d && ruby test/test_go.rb --verbose - name: Integration test (tcell) run: TAGS=tcell make clean install && ruby test/test_go.rb --verbose |
