From e97ae0758927cc8ad384e320b6f4b702d407d051 Mon Sep 17 00:00:00 2001 From: royjr Date: Sun, 10 Aug 2025 12:49:52 -0400 Subject: [PATCH] macOS: fix font-noto-color-emoji (#35972) Update mac_setup.sh --- tools/mac_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index 2a7f83baae..19ef77e01c 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -50,7 +50,7 @@ brew "zeromq" cask "gcc-arm-embedded" brew "portaudio" brew "gcc@13" -brew "font-noto-color-emoji" +cask "font-noto-color-emoji" EOS echo "[ ] finished brew install t=$SECONDS"