This commit is contained in:
@@ -11,12 +11,12 @@ jobs:
|
||||
runs-on: alpine-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: sh
|
||||
shell: bash
|
||||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apk add --no-cache git zip curl jq rsync
|
||||
apk add --no-cache git zip curl jq rsync bash
|
||||
git config --global http.sslVerify false
|
||||
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user