Skip to content

Commit c57c158

Browse files
committed
feat: add compton
1 parent f3ecfb0 commit c57c158

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/iso.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
sudo apt update &
8787
wait
8888
echo -e "\n" | sudo apt purge -y emacs* # remove old version
89-
echo -e "\n" | sudo apt install -y emacs28 emacs-mozc cmigemo fcitx fcitx-mozc peco silversearcher-ag stow syncthing
89+
echo -e "\n" | sudo apt install -y emacs28 emacs-mozc cmigemo fcitx fcitx-mozc peco silversearcher-ag stow syncthing compton
9090
# Clone repositories
9191
mkdir /etc/skel/Project
9292
mkdir /etc/skel/ProjectOrg
@@ -120,6 +120,7 @@ jobs:
120120
check_cmd_exist go
121121
check_cmd_exist emacs
122122
check_cmd_exist syncthing
123+
check_cmd_exist compton
123124
check_cmd_exist stow
124125
check_cmd_exist google-chrome-stable
125126
check_cmd_exist spotify

0 commit comments

Comments
 (0)