Add git to CI dependencies
/ build (push) Failing after 37s
Details
/ build (push) Failing after 37s
Details
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3eb9b736eb
commit
e5eb862126
|
|
@ -10,9 +10,7 @@ jobs:
|
|||
image: ubuntu:24.04
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update -q
|
||||
apt-get install -qy nodejs buildah
|
||||
run: apt-get update -q && apt-get install -qy git nodejs buildah
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue