From 200847cc4f7b2ba7fc181a2fc1f60a1ead0b9d95 Mon Sep 17 00:00:00 2001 From: graphemecluster Date: Tue, 3 Dec 2024 15:37:00 +0800 Subject: [PATCH] See what happened --- .ci/rime-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/rime-install.sh b/.ci/rime-install.sh index 507b7736..d3073cbf 100644 --- a/.ci/rime-install.sh +++ b/.ci/rime-install.sh @@ -13,5 +13,7 @@ schema_list:\ - schema: luna_pinyin\ ' default.yaml > default.yaml # avoid behavioral difference of the --in-place option sed 's/page_size: [0-9]\+/page_size: 8/' default.yaml > default.yaml + echo "$PWD" + ls . rm emoji_cantonese_suggestion.yaml fi