From baa9e5e07489ae027557f2ab4489d94c2739ef6b Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Tue, 13 May 2025 20:31:15 -0700 Subject: [PATCH] ci: fix perl warnings in lint --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a53221c..da329cc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,4 +22,4 @@ jobs: just build - name: Run lints - run: just lint-ci + run: LC_ALL=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 just lint-ci