CI: Add Git to check.yaml workflow to suppress justfile errors
This commit is contained in:
parent
c0dc8f9b6e
commit
54799bacc4
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
image: rust:slim
|
image: rust:slim
|
||||||
steps:
|
steps:
|
||||||
- name: Install action dependencies
|
- name: Install action dependencies
|
||||||
run: apt-get install --no-install-recommends --update -y nodejs curl
|
run: apt-get install --no-install-recommends --update -y nodejs curl git
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue