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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install SSH and Git
|
|
||||||
run: |
|
- name: Install Dependencies
|
||||||
sudo apt-get update
|
run: |
|
||||||
sudo apt-get install -y openssh-client git
|
apk update
|
||||||
|
apk add --no-cache \
|
||||||
|
openssh-client \
|
||||||
|
git \
|
||||||
|
curl \
|
||||||
|
ca-certificates
|
||||||
|
|
||||||
- name: Setup SSH
|
- name: Setup SSH
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue