We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5dd26f commit efaa7fdCopy full SHA for efaa7fd
.github/workflows/fedora_test.yml
@@ -54,6 +54,10 @@ jobs:
54
! type zsh &>/dev/null && dnf install -y zsh || echo "zsh installed"
55
type -a zsh
56
zsh --version
57
+ echo "--- util-linux ---"
58
+ ! type chsh &>/dev/null && dnf install -y util-linux || echo "util-linux installed"
59
+ type -a chsh
60
+ chsh --version
61
62
# 第三步:执行一些 Shell 命令
63
- name: Run a few Shell Commands
0 commit comments