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

Commit

Permalink
Install libgit2 using apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Dec 14, 2020
1 parent 2910f77 commit 84cc9d4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ jobs:
- name: Install libgit2
run: |
apt-get -qq update
apt-get install -y curl unzip cmake libssl-dev libssh2-1-dev python
curl -L -o libgit2.zip https://github.com/libgit2/libgit2/releases/download/v1.0.1/libgit2-1.0.1.zip
unzip -q libgit2.zip
cd libgit2-1.0.1
ls
cmake . -DCMAKE_INSTALL_PREFIX=/usr
cmake --build . --target install
apt-get install -y libgit2
- name: Build and Test
run: swift test --enable-test-discovery

0 comments on commit 84cc9d4

Please sign in to comment.