Skip to content

Commit

Permalink
Install Shells on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKaNu committed Aug 16, 2024
1 parent ea32ffe commit bb3c8bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests_init_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Clone assert.sh script
run: git clone https://github.com/lehmannro/assert.sh.git

- name: Install missing shells
run: |
apt install zsh ksh fish
echo "# INIT ZSH" > ~/.zshrc
- name: Prepare PROMPT variables
run: |
export BASH_PROMPT=$(bash -c 'source init/bash; echo "$PS1"')
Expand Down

0 comments on commit bb3c8bd

Please sign in to comment.