use alpine apk
This commit is contained in:
parent
036a28ca7d
commit
8c8aff3946
1 changed files with 9 additions and 4 deletions
|
@ -12,10 +12,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Install SSH and Git
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y openssh-client git
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
apk update
|
||||
apk add --no-cache \
|
||||
openssh-client \
|
||||
git \
|
||||
curl \
|
||||
ca-certificates
|
||||
|
||||
- name: Setup SSH
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue