Убрал лишний шаг, Node теперь поставляет Git по-умолчанию
This commit is contained in:
parent
e006cdb09b
commit
b5d7c27b4e
1 changed files with 0 additions and 3 deletions
|
|
@ -8,9 +8,6 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: docker.io/library/node:24
|
image: docker.io/library/node:24
|
||||||
steps:
|
steps:
|
||||||
- name: Install Git
|
|
||||||
run: apt update && apt install -y git
|
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue