mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:55:10 +00:00
[CI] Install git too
This commit is contained in:
parent
c8925dbe00
commit
4e22fb6f04
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo $(uname -a) $(env | grep container)
|
echo $(uname -a) $(env | grep container)
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install -y build-essential liblmdb-dev nodejs libssl-dev
|
apt install -y build-essential liblmdb-dev nodejs libssl-dev git
|
||||||
- name: Clone Cytoplasm
|
- name: Clone Cytoplasm
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue