Skip to content

Commit

Permalink
See what happened
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 4, 2024
1 parent ce7964e commit 7ce6fdf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ci/rime-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ schema_list:
- schema: luna_pinyin
/s; s/page_size: [0-9]+/page_size: 8/' default.yaml
echo "------- content of default.yaml -------"
cat default.yaml
echo "------- current PWD -------"
echo "$PWD"
echo "------- contents of PWD -------"
ls
echo "------- contents of /Rime -------"
mkdir -p "/Rime"
ls "/Rime"
echo "------- Removing emoji_cantonese_suggestion -------"
rm emoji_cantonese_suggestion.yaml
popd
fi

0 comments on commit 7ce6fdf

Please sign in to comment.