From c27a4c3d98e050dd14b1aed9ae4b5e7a711fa545 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 2 Feb 2021 09:23:15 +0300 Subject: [PATCH] More more shell: bash --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 56d8cc5..384bae7 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -6,8 +6,8 @@ runs: shell: bash run: | env | sort -u - - name: Install Roswell + shell: bash run: | if [[ "$OS" == "ubuntu-latest" ]]; then sudo apt-get -y install git build-essential automake libcurl4-openssl-dev