Skip to content

Commit

Permalink
zim: test workaround for upstream bug seen on Sequoia
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Nov 3, 2024
1 parent 51715d2 commit 22e02ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/z/zim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def install
end

test do
ENV["LC_ALL"] = "en_US.UTF-8"
# Workaround for https://github.com/zim-desktop-wiki/zim-desktop-wiki/issues/2665
ENV["LC_ALL"] = (OS.mac? && MacOS.version >= :sequoia) ? "C" : "en_US.UTF-8"
ENV["LANG"] = "en_US.UTF-8"

mkdir_p %w[Notes/Homebrew HTML]
Expand Down

0 comments on commit 22e02ec

Please sign in to comment.