File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v3
15
15
with :
16
16
path : gitly
17
- - name : Install SQLite Dependencies
18
- run : sudo apt install libsqlite3-dev
17
+ - name : Install Dependencies
18
+ run : sudo apt install libsqlite3-dev libgit2-dev
19
19
- name : Install Markdown
20
20
uses : actions/checkout@v3
21
21
with :
78
78
with :
79
79
repository : vlang/pcre
80
80
path : vlib/pcre
81
+ - name : Install libgit2
82
+ run : brew install libgit2
81
83
- name : Build V
82
84
run : |
83
85
make
@@ -184,8 +186,8 @@ jobs:
184
186
uses : actions/checkout@v3
185
187
with :
186
188
path : gitly
187
- - name : Install SQLite Dependencies
188
- run : sudo apt install libsqlite3-dev
189
+ - name : Install Dependencies
190
+ run : sudo apt install libsqlite3-dev libgit2-dev
189
191
- name : Install Markdown
190
192
uses : actions/checkout@v3
191
193
with :
You can’t perform that action at this time.
0 commit comments