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
|
image: ubuntu:24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: apt-get update -q && apt-get install -qy git nodejs buildah
|
||||||
apt-get update -q
|
|
||||||
apt-get install -qy nodejs buildah
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue