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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue