Skip to content

Commit

Permalink
ci(test): update install ksh
Browse files Browse the repository at this point in the history
  • Loading branch information
fatimazq committed Dec 25, 2023
1 parent e750e10 commit 7085e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install package
run: |
bash install.sh
sudo apt install zsh loksh mksh -y
sudo apt install zsh ksh mksh -y
- name: Check version openssl and list
run: |
Expand Down

0 comments on commit 7085e1c

Please sign in to comment.