fix checkout: install git in build container
Some checks failed
Build and Deploy / deploy (push) Failing after 38s
Some checks failed
Build and Deploy / deploy (push) Failing after 38s
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install SSH and rsync
|
- name: Install SSH and rsync
|
||||||
run: apk add --no-cache openssh-client rsync
|
run: apk add --no-cache openssh-client rsync git
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user