Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit 7dbdf1d

Browse files
committed
Install libgit2-dev using apt-get
1 parent 2910f77 commit 7dbdf1d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ jobs:
4545
- name: Install libgit2
4646
run: |
4747
apt-get -qq update
48-
apt-get install -y curl unzip cmake libssl-dev libssh2-1-dev python
49-
curl -L -o libgit2.zip https://github.com/libgit2/libgit2/releases/download/v1.0.1/libgit2-1.0.1.zip
50-
unzip -q libgit2.zip
51-
cd libgit2-1.0.1
52-
ls
53-
cmake . -DCMAKE_INSTALL_PREFIX=/usr
54-
cmake --build . --target install
48+
apt-get install -y libgit2-dev
5549
- name: Build and Test
5650
run: swift test --enable-test-discovery

0 commit comments

Comments
 (0)