Skip to content

Commit d4ac0e5

Browse files
committed
install libgit2 on the CI
1 parent 2ad838f commit d4ac0e5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
uses: actions/checkout@v3
1515
with:
1616
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
1919
- name: Install Markdown
2020
uses: actions/checkout@v3
2121
with:
@@ -78,6 +78,8 @@ jobs:
7878
with:
7979
repository: vlang/pcre
8080
path: vlib/pcre
81+
- name: Install libgit2
82+
run: brew install libgit2
8183
- name: Build V
8284
run: |
8385
make
@@ -184,8 +186,8 @@ jobs:
184186
uses: actions/checkout@v3
185187
with:
186188
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
189191
- name: Install Markdown
190192
uses: actions/checkout@v3
191193
with:

0 commit comments

Comments
 (0)