More more shell: bash
This commit is contained in:
parent
a3e2f196c2
commit
c27a4c3d98
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -6,8 +6,8 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
env | sort -u
|
env | sort -u
|
||||||
|
|
||||||
- name: Install Roswell
|
- name: Install Roswell
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [[ "$OS" == "ubuntu-latest" ]]; then
|
if [[ "$OS" == "ubuntu-latest" ]]; then
|
||||||
sudo apt-get -y install git build-essential automake libcurl4-openssl-dev
|
sudo apt-get -y install git build-essential automake libcurl4-openssl-dev
|
||||||
|
|
Loading…
Reference in a new issue