From 2a1e5a9729eb9c9240d632fb40ac97924f013a45 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 1 Feb 2024 17:04:15 +0900 Subject: More test fixes for tcell on GitHub Actions --- .github/workflows/linux.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows/linux.yml') 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 -- cgit v1.2.3