Added shell: bash.
This commit is contained in:
parent
43afb346af
commit
a3e2f196c2
1 changed files with 4 additions and 0 deletions
4
.github/actions/setup/action.yml
vendored
4
.github/actions/setup/action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue