From a3e2f196c2b90056b5054d89d29936cc014fd91e Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 2 Feb 2021 09:22:18 +0300 Subject: [PATCH] Added shell: bash. --- .github/actions/setup/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index d7fde00..56d8cc5 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -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