Added shell: bash.

This commit is contained in:
Alexander Artemenko 2021-02-02 09:22:18 +03:00
parent 43afb346af
commit a3e2f196c2

View file

@ -3,6 +3,7 @@ runs:
using: composite
steps:
- name: Current Env
shell: bash
run: |
env | sort -u
@ -19,13 +20,16 @@ runs:
echo $HOME/.roswell/bin >> $GITHUB_PATH
- name: Upgrade ASDF to the Latest Version
shell: bash
run: |
ros install asdf
- name: Install Qlot
shell: bash
run: |
ros install qlot
echo .qlot/bin >> $GITHUB_PATH
- name: Install Dependencies
shell: bash
run: |
rm -fr qlfile
touch qlfile