added git to the runner
Some checks failed
Check Deleted Workflows / check-deleted-workflows (pull_request) Failing after 40s
Some checks failed
Check Deleted Workflows / check-deleted-workflows (pull_request) Failing after 40s
This commit is contained in:
@@ -20,6 +20,11 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install git
|
||||||
|
run: |
|
||||||
|
apt-get update -qq
|
||||||
|
apt-get install -y --no-install-recommends git
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
run: |
|
run: |
|
||||||
REPO_DIR="repo"
|
REPO_DIR="repo"
|
||||||
|
|||||||
Reference in New Issue
Block a user