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:
|
||||
shell: bash
|
||||
steps:
|
||||
- name: Install git
|
||||
run: |
|
||||
apt-get update -qq
|
||||
apt-get install -y --no-install-recommends git
|
||||
|
||||
- name: Checkout repository
|
||||
run: |
|
||||
REPO_DIR="repo"
|
||||
|
||||
Reference in New Issue
Block a user