Skip to content

Commit efaa7fd

Browse files
committed
fedora test
1 parent d5dd26f commit efaa7fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/fedora_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
! type zsh &>/dev/null && dnf install -y zsh || echo "zsh installed"
5555
type -a zsh
5656
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
5761
5862
# 第三步:执行一些 Shell 命令
5963
- name: Run a few Shell Commands

0 commit comments

Comments
 (0)